From 9d9e3e3f45406bb1a08981b159b50deb0d102e57 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 20 十二月 2023 10:58:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/devPartner' into devPartner
---
bicycle/pages/index/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/bicycle/pages/index/index.vue b/bicycle/pages/index/index.vue
index 06a0229..4693757 100644
--- a/bicycle/pages/index/index.vue
+++ b/bicycle/pages/index/index.vue
@@ -327,10 +327,12 @@
this.show3 = false
this.show6 = false
this.show7 = false
- uni.showToast({ title: '缁撶畻鎴愬姛锛�', icon: 'success', duration: 2000 });
- this.refresh()
+ uni.showToast({ title: '缁撶畻鐢宠鎻愪氦鎴愬姛锛岃鑰愬績绛夊緟閫�娆撅紒', icon: 'success', duration: 2000 });
+ // this.refresh()
}
}).finally(() => {
+ this.refresh()
+ this.show3 = false
this.isDisabled = true
})
}
@@ -404,7 +406,7 @@
wx.requestPayment({
timeStamp: res.data.timeStamp,
nonceStr: res.data.nonceStr,
- package: res.data.packageValue,
+ package: res.data.packageVal,
signType: 'MD5',
paySign: res.data.paySign,
success (res) {
--
Gitblit v1.9.3