diff --git a/api/model/login.js b/api/model/login.js index 86d5a67..c1de080 100644 --- a/api/model/login.js +++ b/api/model/login.js @@ -45,6 +45,13 @@ const api = { method: 'GET', auth: true, }, + + //公众号签名 + getVipShareSign : { + url: '/share/getVipShareSign', + method: 'GET', + }, + } export default api \ No newline at end of file diff --git a/config.js b/config.js index 58bc17f..d88b4ba 100644 --- a/config.js +++ b/config.js @@ -15,12 +15,12 @@ const config = { dev: { baseUrl: 'http://augcl.natapp1.cc/massage-admin/massage', // redirect : 'http://h5.xzaiyp.top', - redirect : 'https://wwwh5.yurangongfang.com', + redirect : 'https://wwwh5.yurangongfang.com/', }, prod: { baseUrl: 'https://www.yurangongfang.com/massage-admin/massage', // baseUrl: 'https://www.yurangongfang.com/massage-admin/massage', - redirect : 'https://wwwh5.yurangongfang.com', + redirect : 'https://wwwh5.yurangongfang.com/', }, } diff --git a/main.js b/main.js index 6f2140e..ead1183 100644 --- a/main.js +++ b/main.js @@ -41,6 +41,9 @@ function GetQueryString(name) { }catch(e){} } GetQueryString('vid'); + +import share from '@/utils/share.js' +share() // #endif diff --git a/pages_order/auth/wxUserInfo.vue b/pages_order/auth/wxUserInfo.vue index f56675f..5d28dc2 100644 --- a/pages_order/auth/wxUserInfo.vue +++ b/pages_order/auth/wxUserInfo.vue @@ -45,6 +45,8 @@ 手机号 + + + + + + + + + + diff --git a/pages_order/components/formTextarea.vue b/pages_order/components/formTextarea.vue index 97f69d5..7481d02 100644 --- a/pages_order/components/formTextarea.vue +++ b/pages_order/components/formTextarea.vue @@ -2,9 +2,12 @@ + borderRadius: '6rpx',}" + > + + diff --git a/pages_order/mine/coupon.vue b/pages_order/mine/coupon.vue index 9e6c4f7..c367797 100644 --- a/pages_order/mine/coupon.vue +++ b/pages_order/mine/coupon.vue @@ -50,7 +50,9 @@ }, }, onShow() { - this.getCouponList() + this.$nextTick(() => { + this.getCouponList() + }) }, data() { return { diff --git a/pages_order/mine/runningWater.vue b/pages_order/mine/runningWater.vue index 1c788f5..0867f27 100644 --- a/pages_order/mine/runningWater.vue +++ b/pages_order/mine/runningWater.vue @@ -4,13 +4,8 @@ - +