| | |
| | | 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 |
| | | }) |
| | | } |
| | |
| | | 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) { |