Merge pull request 'store article 8.13' (#174) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/174
This commit was merged in pull request #174.
This commit is contained in:
2020-08-13 15:41:34 +08:00
7 changed files with 78 additions and 31 deletions

View File

@@ -546,9 +546,10 @@ export default {
url: '/pageC/cart/ConfirmOrder'
})
} else {
this.$u.toast(res.message);
this.$refs.uToast.show({
title: res.message,
});
this.debounce = true;
this.$u.toast(res.message);
}
})
},