From 117cfcda348b88a0055018fedb6007d8528bbcae Mon Sep 17 00:00:00 2001 From: fanfan Date: Sat, 3 Aug 2024 22:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=80=9A=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/tutorial.js | 24 +- pages.json | 17 +- pages/gamll/index.vue | 1248 ++++++++++++++++++++++++++++++++++++++++ pages/gamll/rules.vue | 47 ++ pages/user/index.vue | 81 +-- project.config.json | 2 +- static/user/code.png | Bin 1520 -> 0 bytes static/user/manage.png | Bin 9536 -> 0 bytes 8 files changed, 1380 insertions(+), 39 deletions(-) create mode 100644 pages/gamll/index.vue create mode 100644 pages/gamll/rules.vue delete mode 100644 static/user/code.png delete mode 100644 static/user/manage.png 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}} + + - - - - - +