jufubao-base 1.0.267-beta4 → 1.0.268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -531,6 +531,7 @@
|
|
|
531
531
|
this.jwxSDK.chooseWXPay({
|
|
532
532
|
...otherData,
|
|
533
533
|
success: (res) => {
|
|
534
|
+
this.refresh = false;
|
|
534
535
|
this.$xdLog.setARMSInfo({ options: this.options, res }, 'pay_success');
|
|
535
536
|
uni.showToast({
|
|
536
537
|
title: "支付成功",
|
|
@@ -559,6 +560,7 @@
|
|
|
559
560
|
wx.requestPayment({
|
|
560
561
|
...paySignData,
|
|
561
562
|
success: (res) => {
|
|
563
|
+
this.refresh = false;
|
|
562
564
|
this.$xdLog.setARMSInfo({ options: this.options, res }, 'pay_success');
|
|
563
565
|
uni.showToast({
|
|
564
566
|
title: "支付成功",
|
|
@@ -742,7 +744,6 @@
|
|
|
742
744
|
},
|
|
743
745
|
})
|
|
744
746
|
.then((res) => {
|
|
745
|
-
this.refresh = false;
|
|
746
747
|
this.$xdUniHelper.redirectTo({
|
|
747
748
|
url: this.successPath + `?order_id=${main_order_id}`
|
|
748
749
|
});
|