diff --git a/my/address/address.vue b/my/address/address.vue
index bcdddc1..b67755a 100644
--- a/my/address/address.vue
+++ b/my/address/address.vue
@@ -61,7 +61,8 @@
limit: 5,
address: '',
isfa: '',
- noneData:'地址'
+ noneData:'地址',
+ orderXm:[]
}
},
onShow() {
@@ -91,6 +92,18 @@
uni.reLaunch({
url:'/my/order/payModify'
})
+ }else if (this.isfa == '104') {
+ uni.reLaunch({
+ url:'/my/order/payModifyTc'
+ })
+ }else if (this.isfa == '105') {
+ uni.reLaunch({
+ url:'/my/order/payModifyCi'
+ })
+ }else if (this.isfa == '106') {
+ uni.reLaunch({
+ url:'/my/order/payModifyLiao'
+ })
} else if (this.isfa == 3) {
this.updateaddress()
}else if (this.isfa == 4) {
diff --git a/my/hongbao/youhuijuanList.vue b/my/hongbao/youhuijuanList.vue
index 71292a4..f45feae 100644
--- a/my/hongbao/youhuijuanList.vue
+++ b/my/hongbao/youhuijuanList.vue
@@ -99,7 +99,7 @@
})
}else if(this.content=='疗程'){
uni.navigateTo({//返回项目订单
- url:'/my/order/payModifyLiaoCi'
+ url:'/my/order/payModifyLiao'
})
}else if(this.content=='次卡'){
uni.navigateTo({//返回项目订单
diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue
index 68efc94..c1f88bd 100644
--- a/my/order/payModifyCi.vue
+++ b/my/order/payModifyCi.vue
@@ -38,7 +38,7 @@
@@ -367,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() {//验证
@@ -1249,6 +1249,13 @@