diff --git a/apis/index.js b/apis/index.js index d893939..f423da0 100644 --- a/apis/index.js +++ b/apis/index.js @@ -9,7 +9,8 @@ import store from '@/store' // 基础配置 const config = { - apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境 + // apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境 + apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境 apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式) timeout : 60000 } diff --git a/pages.json b/pages.json index 41a7764..fe5337c 100644 --- a/pages.json +++ b/pages.json @@ -3,26 +3,26 @@ "path": "pages/index/index", "name": "Index", "style": { - "navigationBarBackgroundColor":"#1f1922", - "backgroundColor":"#1f1922", - "navigationStyle":"custom", - "navigationBarTextStyle":"white" + "navigationBarBackgroundColor": "#1f1922", + "backgroundColor": "#1f1922", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" } }, { "path": "pages/found/index", "name": "Found", "auth": true, "style": { - "navigationBarTitleText": "发现更多", - "navigationStyle":"custom" + "navigationBarTitleText": "发现更多", + "navigationStyle": "custom" } }, { "path": "pages/user/index", "name": "User", "auth": true, - "style": { - "navigationBarTitleText": "节点中心", - "navigationStyle":"custom" + "style": { + "navigationBarTitleText": "节点中心", + "navigationStyle": "custom" } }, { "path": "pages/user/code", @@ -63,13 +63,15 @@ "path": "pages/vip/vip", "name": "vipIndex", "style": { - "navigationBarTitleText": "开通节点" + "navigationBarTitleText": "开通节点", + "navigationBarBackgroundColor": "#774ffd" } }, { "path": "pages/vip/agree", "name": "vipAgree", "style": { - "navigationBarTitleText": "用户协议" + "navigationBarTitleText": "用户协议", + "navigationBarBackgroundColor": "#774ffd" } }, { "path": "pages/vip/examine", @@ -136,9 +138,9 @@ "path": "pages/login/login", "name": "Login", "style": { - "navigationBarTitleText": "登录", - "navigationBarBackgroundColor":"#FFFFFF", - "navigationBarTextStyle":"black" + "navigationBarTitleText": "登录", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" } }, { "path": "pages/login/guide", @@ -298,17 +300,17 @@ }, "name": "withdrawList" }, { - "path" : "pages/wxAuth/wxAuth", - "name" : "wxAuth" - },{ - "path" : "pages/clearOpen/clearOpen", - "style" : { - "navigationBarTitleText": "提现记录", - "enablePullDownRefresh": false - }, - "name": "clearOpen" - } - ], + "path": "pages/wxAuth/wxAuth", + "name": "wxAuth" + }, { + "path": "pages/clearOpen/clearOpen", + "style": { + "navigationBarTitleText": "提现记录", + "enablePullDownRefresh": false + }, + "name": "clearOpen" + } + ], "globalStyle": { "backgroundColor": "#F5F5F5" }, diff --git a/pages/vip/vip.vue b/pages/vip/vip.vue index 2f2bac6..205d063 100644 --- a/pages/vip/vip.vue +++ b/pages/vip/vip.vue @@ -5,32 +5,41 @@ 上传打款凭证 - + 提交 - + {{ item.name }} - + - {{ item.count.stock > 0 ? '剩余名额:' + item.count.residue : '不限名数' }} + + {{ item.count.stock > 0 ? '剩余名额:' + item.count.residue : '不限名数' }} + 当前身份 - {{ item.title }} + {{ item.title }} + - {{ item.title }} + + {{ item.title }} - {{ item.title }} + + {{ item.title }} - {{ item.title }} + + {{ item.title }} @@ -61,7 +70,8 @@ {{ openCondition.service_charge.message }} - {{ openCondition.price.message }} + {{ openCondition.certification.message }} @@ -69,13 +79,17 @@ 节点权益 - &{{ item.remark }} + &{{ item.remark }} - 请仔细阅读并确认服务协议 + + + 请仔细阅读并确认服务协议 + 会员服务协议 @@ -83,7 +97,7 @@ - +