MrShi
2023-12-12 f45cb383c222a203cea5e5fe2b465f90e677b31c
bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.js
@@ -349,13 +349,15 @@
            _this3.show6 = false;
            _this3.show7 = false;
            uni.showToast({
              title: '结算成功!',
              title: '结算申请提交成功,请耐心等待退款!',
              icon: 'success',
              duration: 2000
            });
            _this3.refresh();
            // this.refresh()
          }
        }).finally(function () {
          _this3.refresh();
          _this3.show3 = false;
          _this3.isDisabled = true;
        });
      }
@@ -440,7 +442,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: function success(res) {