Authored by htoooth

fix

... ... @@ -138,7 +138,6 @@ export default {
onSubmitCode() {
this.getCouponCode({code: this.inputCouponCode}).then(result => {
if (result.code === 200) {
this.inputCouponCode = '';
this.$createToast({
txt: result.message,
type: 'txt',
... ...