diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue index 6edf151..68efc94 100644 --- a/my/order/payModifyCi.vue +++ b/my/order/payModifyCi.vue @@ -3,7 +3,7 @@ - 服务疗程 + 服务项目 + + - 服务疗程 + 套餐详情 @@ -45,22 +47,29 @@ {{item.title}} 详情 - - - - {{item.price}} - 元/套 - ¥{{item.oldPrice}} - + + + + + + + {{item.price}} + + + ¥{{item.oldPrice}} + + 服务时长:{{item.duration}}分钟 + + + 项目特色: + {{item.jianjie}} + - - - 项目特色: - {{item.jianjie}} - + @@ -233,7 +242,7 @@ couponDataList:'', orderXm:[], detailData:[], - number:1 + number:1, } }, onLoad(e) { @@ -358,7 +367,7 @@ }, youhuijuan(){ uni.navigateTo({ - url:'/my/hongbao/youhuijuanList?price='+this.orderXm.price+'&text='+'次卡' + url:'/my/hongbao/youhuijuanList?price='+this.orderXm.price+'&text='+'套餐' }) }, openpay() {//验证 @@ -591,7 +600,7 @@ that.paySel = 1; // console.log("res.data",res.data) uni.navigateTo({ - url:'/my/order/paydingCi?ordersId='+ res.data.ordersId + url:'/my/order/paydingTc?ordersId='+ res.data.ordersId }) } else { that.$queue.showToast(res.msg) @@ -1240,6 +1249,30 @@