Showing
1 changed file
with
0 additions
and
1 deletions
@@ -138,7 +138,6 @@ export default { | @@ -138,7 +138,6 @@ export default { | ||
138 | onSubmitCode() { | 138 | onSubmitCode() { |
139 | this.getCouponCode({code: this.inputCouponCode}).then(result => { | 139 | this.getCouponCode({code: this.inputCouponCode}).then(result => { |
140 | if (result.code === 200) { | 140 | if (result.code === 200) { |
141 | - this.inputCouponCode = ''; | ||
142 | this.$createToast({ | 141 | this.$createToast({ |
143 | txt: result.message, | 142 | txt: result.message, |
144 | type: 'txt', | 143 | type: 'txt', |
-
Please register or login to post a comment