From 06f813662a6316f55077121ff9019826faea61ab Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Mon, 1 Jul 2024 23:13:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=20=E6=AC=A1=E5=8D=A1=20?=
=?UTF-8?q?=E7=96=97=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/address/address.vue | 15 ++++++-
my/hongbao/youhuijuanList.vue | 2 +-
my/order/payModifyCi.vue | 13 ++++--
my/order/payModifyLiao.vue | 6 +--
my/order/payModifyTc.vue | 77 +++++++++++++++++---------------
my/order/payModifyTcMy.vue | 2 +-
my/order/payding.vue | 15 ++++++-
my/order/paydingDd.vue | 15 ++++++-
my/order/paydingTCX.vue | 16 +++++--
my/order/paydingTc.vue | 49 ++------------------
my/order/paydingXiuGai.vue | 15 ++++++-
pages/my/cika.vue | 2 +-
pages/my/cikarDrtail.vue | 48 ++++++++++++--------
pages/my/cureOderDrtail.vue | 9 ++--
pages/my/fuwuliaocheng.vue | 4 +-
pages/my/fuwuliaochengDetail.vue | 47 ++++++++++++++-----
pages/my/fuwuxiangm.vue | 2 +-
pages/my/myCiLiaoDetail.vue | 37 +++++++++------
18 files changed, 225 insertions(+), 149 deletions(-)
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 @@