整合api请求、添加购买会员卡页面、登陆页面

This commit is contained in:
future
2026-06-23 22:17:53 +08:00
parent 1c547a717e
commit 8d8c823616
70 changed files with 7666 additions and 2656 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ export const PAGE = {
POINTS: '/pages/memberInfo/points',
REFERRAL: '/pages/memberInfo/referral',
MY_COURSES: '/pages/memberInfo/myCourses',
CHECK_IN_HISTORY: '/pages/memberInfo/checkInHistory'
CHECK_IN_HISTORY: '/pages/memberInfo/checkInHistory',
PURCHASE_CARD: '/pages/memberInfo/purchaseCard'
}
/** 底部 TabBar 页面路径,顺序与 TabBar.vue 一致 */