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 @@ + + + + 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}} + + - - - - - +