Authored by TaoHuang

fix

@@ -99,7 +99,7 @@ export default { @@ -99,7 +99,7 @@ export default {
99 const toast = this.$createToast({ 99 const toast = this.$createToast({
100 txt: '正在调起支付宝', 100 txt: '正在调起支付宝',
101 mask: true 101 mask: true
102 - }).show();0 102 + }).show();
103 103
104 await this.delay(1500); 104 await this.delay(1500);
105 105