Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment