Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-12-28 11:17:57 +0800
Commit
40094aba472816f620bbfdfaad3bb247be1cdcee
1 parent
07ea8038
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/pages/single/coupon/yoho/list.vue
apps/pages/single/coupon/yoho/list.vue
View file @
40094ab
...
...
@@ -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',
...
...
Please
register
or
login
to post a comment