Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
560e9910caca3abdbbe35afe92632462ffbcf070
Authored by
zhiyangdu
2020-05-07 11:49:33 +0800
1 parent
2fd80850
tab按钮筛选,上啦加载初始化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.vue
View file @
560e991
...
...
@@ -215,6 +215,8 @@ export default {
215
215
},
216
216
// tab订单状态筛选
217
217
onStatusFiltering(name, title) {
218
+ // 初始化加载状态
219
+ this.loading = false;
218
220
if (this.active == 0) {
219
221
// 收礼订单列表
220
222
this.receivingGiftStatue = name;
...
...