Authored by TaoHuang

fix

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