@@ -52,6 +52,9 @@ export default {
this.orderId = orderId;
this.show = true;
},
+ hide() {
+ this.show = false;
+ },
pay() {
switch (this.payMethod) {
case 'ALIPAY':
@@ -227,6 +227,7 @@ export default {
});
const getAsset = () => {
+ pay.value.hide();
gobal.$toast.loading('加载中');
gobal.$http
.get('/photoAsset/get/' + orderId.value)