diff --git a/api/tutorial.js b/api/tutorial.js
index 8d1a73b..eb8abf9 100644
--- a/api/tutorial.js
+++ b/api/tutorial.js
@@ -3,7 +3,11 @@ import request from '@/utils/request'
// api地址
const api = {
courseType: 'course/getCourseType',
- list: 'course/getCourseList'
+ list: 'course/getCourseList',
+ retailList: 'retail/retailPayList',
+ describe: 'retail/describe',
+ submit: 'retail/submit',
+ getSoftAgreement: 'retail/getSoftAgreement'
}
// 分类
@@ -13,4 +17,20 @@ export const courseType = (param) => {
// 列表
export const courseList = (param) => {
return request.get(api.list, param)
-}
\ No newline at end of file
+}
+// 会员列表
+export const retailList = (param) => {
+ return request.post(api.retailList, param)
+}
+// 会员全益
+export const describe = (param) => {
+ return request.get(api.describe, param)
+}
+// 会员余额支付
+export const submit = (param) => {
+ return request.post(api.submit, param)
+}
+// 协议
+export const getSoftAgreement = (param) => {
+ return request.get(api.getSoftAgreement, param)
+}
diff --git a/pages.json b/pages.json
index ffc7fdb..c3d45db 100644
--- a/pages.json
+++ b/pages.json
@@ -239,7 +239,22 @@
"enablePullDownRefresh": false
}
- }
+ },
+ {
+ "path": "pages/gamll/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/gamll/rules",
+ "style": {
+ "navigationBarTitleText": "软件付费服务协议",
+ "enablePullDownRefresh": false
+ }
+ }
],
"subPackages": [{
"root": "pages/invite/",
diff --git a/pages/gamll/index.vue b/pages/gamll/index.vue
new file mode 100644
index 0000000..a22428f
--- /dev/null
+++ b/pages/gamll/index.vue
@@ -0,0 +1,1248 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{userInfo.mobile}}
+
+
+ {{retail==0?'您暂未开通商城哦~':'您已经开通商城啦~'}}
+
+
+
+
+
+
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+ {{item.retail_name}}
+
+
+ ¥{{Number(item.retail_current_price)}}
+
+
+ ¥{{Number(item.retail_original_price)}}
+
+
+ 立减 ¥{{Number(item.jian)}}元
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+ {{item.year}}年
+
+
+ 限时特惠
+
+
+
+ ¥{{item.price}}
+
+
+
+
+
+
+
+ 开通{{tabbar[tabIndex]}}的优势
+
+
+
+
+
+
+
+
+
+ 功能对比
+
+
+
+
+
+
+
+ {{a.name}}
+
+
+
+
+ {{item.feature}}
+
+
+
+
+
+
+
+
+
+ {{item.air}}
+
+
+
+
+
+
+
+
+
+ {{item.pro}}
+
+
+
+
+
+
+
+
+
+
+ {{item.H5}}
+
+
+
+
+
+
+
+
+
+
+
+ 选择支付方式
+
+
+
+
+
+
+
+
+
+ {{ PayMethodEnum[a.method].name }}
+
+
+ (可用¥{{ userInfo.balance }}元)
+
+
+
+
+
+
+
+
+
+
+
+
+ 本产品为软件服务产品,购买后不支持退款
+
+
+ 开通即表示接受《软件付费服务协议》
+
+
+
+
+
+
+ {{feature_name}}
+
+
+ {{content_description}}
+
+
+
+
+
+
+
+
diff --git a/pages/gamll/rules.vue b/pages/gamll/rules.vue
new file mode 100644
index 0000000..6fc1511
--- /dev/null
+++ b/pages/gamll/rules.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/user/index.vue b/pages/user/index.vue
index dad30ce..1d3e8d0 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -431,7 +431,7 @@
物流查询
-
-
+
商家教程
+
+
+
+
+ 开通商城
+
+
@@ -532,30 +542,29 @@
-
-
-
-
-
-
-
-
- {{item.goods_name}}
-
-
- ¥
- {{item.goods_price_min}}
-
- ¥{{item.line_price_min}}
-
-
+
+
+
+
+
+
+
+ {{item.goods_name}}
+
+
+ ¥
+ {{item.goods_price_min}}
+
+ ¥{{item.line_price_min}}
+
+
-
-
-
-
-
+