diff --git a/common/api.js b/common/api.js index a307cb6..29920af 100644 --- a/common/api.js +++ b/common/api.js @@ -2,7 +2,7 @@ export const DEV = "dev"; // dev 测试 | prod 正式 export const VERSION = '1.0.0'; // 版本号 export const DEVURL = 'https://gxsky.lanzulive.com'; // 测试服请求地址 -// export const DEVURL = 'http://192.168.3.8'; // 测试服请求地址, 韦港电脑 +// export const DEVURL = 'http://192.168.3.23'; // 测试服请求地址, 韦港电脑 export const PRODURL = ''; // 正式服请求地址 /* 首页相关接口 */ @@ -57,6 +57,7 @@ export const API_WECHAT_SETPHONE = '/api/wechat/setPhone'; // 用户授权手机 export const API_WECHAT_SETPROFILE = '/api/wechat/setProfile'; // 用户授权微信信息提交(返回用户信息) export const API_WXLOGIN_VIEW = '/api/wxlogin/view'; // 获取登录页协议 export const API_ARTICLE_DETAIL = '/api/article/detail'; // 协议文章详情 +export const API_WXCODE = '/api/salesman/qrcode'//小程序二维码 /* 商户相关 */ export const API_CONFIRM_CODE = '/api/confirm/code'; // 扫码核销 \ No newline at end of file diff --git a/pages.json b/pages.json index ea1b296..6771a92 100644 --- a/pages.json +++ b/pages.json @@ -102,6 +102,12 @@ "navigationBarTitleText": "邀请成为分销达人" } }, + { + "path": "pages/center/bestar", + "style": { + "navigationBarTitleText": "成为分销达人" + } + }, { "path": "pages/center/widthdraw", "style": { diff --git a/pages/center/bestar.vue b/pages/center/bestar.vue new file mode 100644 index 0000000..a91a5c4 --- /dev/null +++ b/pages/center/bestar.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/pages/center/fans.vue b/pages/center/fans.vue index da35103..6dd36aa 100644 --- a/pages/center/fans.vue +++ b/pages/center/fans.vue @@ -4,10 +4,10 @@ 内部粉丝 外部粉丝 - + - + @@ -27,7 +27,7 @@ - + diff --git a/pages/center/invite.vue b/pages/center/invite.vue index 00cfae4..a14d7b6 100644 --- a/pages/center/invite.vue +++ b/pages/center/invite.vue @@ -17,7 +17,7 @@ - diff --git a/pages/center/wallet.vue b/pages/center/wallet.vue index 8d65ca7..a1c8565 100644 --- a/pages/center/wallet.vue +++ b/pages/center/wallet.vue @@ -15,7 +15,7 @@ - + -¥10.00 结余 ¥34.43 @@ -37,7 +37,7 @@ - + -¥11.00 申请中 diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 3148d95..e652d3e 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -3,9 +3,11 @@ - + - + @@ -28,7 +30,8 @@ - {{ item }} + {{ item }} + @@ -36,9 +39,12 @@ 适用门店 - - - {{ goods_detail.store.name }} + + + + {{ goods_detail.store.name }} @@ -48,30 +54,36 @@ - {{ goods_detail.store.address }} + {{ goods_detail.store.address }} + 商品详情 - - + + - + 首页 - + 客服 - + + {{ is_collect ? '已收藏' : '收藏' }} @@ -84,21 +96,15 @@ - + + - - - - - - + - + @@ -107,9 +113,8 @@ \ No newline at end of file +