@@ -344,6 +344,10 @@ export default {
if (!this.checkWebDriver(e)) {
return;
}
+ this.$toast.loading({
+ message: '加载中...',
+ forbidClick: true
+ });
this.createOrder()
.then(res => {
this.orderId = res.id;
@@ -254,6 +254,10 @@ export default {
this.$toast('请选择支付方式');
this.$toast.clear();