From f45cb383c222a203cea5e5fe2b465f90e677b31c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 12 十二月 2023 18:21:36 +0800
Subject: [PATCH] Mr.Shi
---
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