MrShi
2023-12-12 f45cb383c222a203cea5e5fe2b465f90e677b31c
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) {