Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
b785a6ff
Commit
b785a6ff
authored
Jul 11, 2019
by
Junling Bu
Browse files
fix[litemall-vue]: fix bug
parent
8d82b120
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/user/coupon-list/index.vue
View file @
b785a6ff
...
@@ -89,8 +89,7 @@ export default {
...
@@ -89,8 +89,7 @@ export default {
this
.
finished
=
res
.
data
.
data
.
page
>=
res
.
data
.
data
.
pages
;
this
.
finished
=
res
.
data
.
data
.
page
>=
res
.
data
.
data
.
pages
;
});
});
},
},
handleTabClick
(
index
)
{
handleTabClick
()
{
this
.
activeIndex
=
index
;
this
.
page
=
0
;
this
.
page
=
0
;
this
.
couponList
=
[];
this
.
couponList
=
[];
this
.
getCouponList
();
this
.
getCouponList
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment