diff --git a/my/hongbao/xinrenhongbao.vue b/my/hongbao/xinrenhongbao.vue new file mode 100644 index 0000000..1974179 --- /dev/null +++ b/my/hongbao/xinrenhongbao.vue @@ -0,0 +1,295 @@ + + + + + diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue index 89e6968..d7ff03b 100644 --- a/my/order/payModifyCi.vue +++ b/my/order/payModifyCi.vue @@ -21,7 +21,7 @@ - {{orderXm.price}} + {{orderXm.price}}/次 @@ -54,7 +54,7 @@ - {{item.packagePrice}} + {{item.packagePrice}}/次 服务时长:{{item.duration}}分钟 diff --git a/my/order/payModifyLiao.vue b/my/order/payModifyLiao.vue index 491a5cd..3118d2b 100644 --- a/my/order/payModifyLiao.vue +++ b/my/order/payModifyLiao.vue @@ -21,7 +21,7 @@ - {{orderXm.price}} + {{orderXm.price}}/次 @@ -53,7 +53,7 @@ - {{item.packagePrice}} + {{item.packagePrice}}/次 服务时长:{{item.duration}}分钟 diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 2b9e067..632b319 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -21,7 +21,7 @@ - {{orderXm.price}} + {{orderXm.price}}/套 @@ -52,7 +52,7 @@ - {{item.packagePrice}} + {{item.packagePrice}}/套 服务时长:{{item.duration}}分钟 diff --git a/my/order/payModifyTcMy.vue b/my/order/payModifyTcMy.vue index 0bf7575..7515bdd 100644 --- a/my/order/payModifyTcMy.vue +++ b/my/order/payModifyTcMy.vue @@ -21,7 +21,7 @@ - {{orderXm.packagePrice}} + {{orderXm.packagePrice}}/次 diff --git a/my/order/paydingTc.vue b/my/order/paydingTc.vue index 6d713df..bdf3b18 100644 --- a/my/order/paydingTc.vue +++ b/my/order/paydingTc.vue @@ -26,7 +26,7 @@ - {{order.sumMoney}} + {{order.sumMoney}}{{orderXm.type=='104'?'套':orderXm.type=='105'?'次':'次'}} diff --git a/pages.json b/pages.json index 1624b9b..e1b7533 100644 --- a/pages.json +++ b/pages.json @@ -31,6 +31,17 @@ } }, // #endif + { + "path": "pages/my/jIShiDateil", + "style": { + "navigationBarTitleText": "技师订单详情", + "enablePullDownRefresh": true, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/videoCircle/index", "style": { @@ -511,6 +522,15 @@ "titleNView": false } } + },{ + "path": "hongbao/xinrenhongbao", + "style": { + "navigationBarTitleText": "新人红包", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false + } + } },{ "path": "order/payModifyJsDetail", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 1a1fe35..d6ec23c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -65,7 +65,7 @@ 盛安技师 - + 招聘合作 @@ -77,7 +77,7 @@ 充值赠送 - + 超值拼团 @@ -85,24 +85,24 @@ 服务疗程 - + 限时秒杀 - + 逛商城 - + 约到店 - + - + @@ -488,6 +488,11 @@ // } }, methods: { + qidai(){ + uni.showToast({ + title:'敬请期待!' + }) + }, getIsVip() { this.$Request.get("/app/UserVip/selectUserVip").then(res => { if (res.code == 0) { @@ -655,19 +660,10 @@ }) }, xinren(){//新人专享 - var that=this; - that.$Request.get('/app/coupon/insertNewUserCoupon').then(res => { - if (res.code == 0) { - uni.showToast({ - title:'抢购成功!' - }) - }else{ - uni.showToast({ - icon:'error', - title:res.msg - }) - } + uni.navigateTo({ + url:'/my/hongbao/xinrenhongbao' }) + }, goNavs(e){ uni.switchTab({ diff --git a/pages/my/cureOderDrtail.vue b/pages/my/cureOderDrtail.vue index 45c7130..71ede2a 100644 --- a/pages/my/cureOderDrtail.vue +++ b/pages/my/cureOderDrtail.vue @@ -38,10 +38,10 @@ - {{getList.price}} + {{getList.price}}/套 - ¥{{getList.oldPrice}} + ¥{{getList.oldPrice}}/套 @@ -189,7 +189,7 @@ } that.$Request.get('/app/massage/packageDetail/getAppPackageDetail',data).then(res => { if (res.code == 0) { - that.getList=res.dat; + that.getList=res.data; that.backgroundImageUrl=that.getList.massageImg that.labels=res.data.labels.split(',') } diff --git a/pages/my/index.vue b/pages/my/index.vue index e0581db..8aa847a 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -32,11 +32,11 @@ 优惠券 - + 券码兑换 - + 积分兑换 @@ -172,6 +172,11 @@ }, methods:{ + qidai(){ + uni.showToast({ + title:'敬请期待!' + }) + }, goChat() { let kefu = this.$queue.getData('kefu'); // 用户端联系方式 1 手机号 2企业微信 let kefuPhone = this.$queue.getData('kefuPhone'); diff --git a/pages/my/jIShiDateil.vue b/pages/my/jIShiDateil.vue new file mode 100644 index 0000000..8cf9cd9 --- /dev/null +++ b/pages/my/jIShiDateil.vue @@ -0,0 +1,542 @@ + + + \ No newline at end of file diff --git a/pages/my/myCiLiaoDetail.vue b/pages/my/myCiLiaoDetail.vue index 9100c28..d85827e 100644 --- a/pages/my/myCiLiaoDetail.vue +++ b/pages/my/myCiLiaoDetail.vue @@ -28,7 +28,7 @@ 元/次 - ¥{{getList.oldPrice}} + ¥{{getList.oldPrice}}/次 @@ -77,10 +77,10 @@ - - SCIENTIFIC WAIST - 科学护腰,不上脊椎 - 让您的腰不在盲目呵护!避免二次伤害! + + + {{item}} + @@ -101,7 +101,7 @@ backgroundImageUrl: '', page:1, limit:10, - + labels:[] } }, computed: { @@ -152,7 +152,8 @@ that.$Request.get('/app/user/package/detail/getMyPackageDetail', data).then(res => { if (res.code == 0) { that.getList=res.data; - that.backgroundImageUrl=that.getList.massageImg + that.backgroundImageUrl=that.getList.massageImg; + that.labels=that.getList.labels.split(','); } }) }, @@ -160,6 +161,13 @@ }