Commit 560e9910caca3abdbbe35afe92632462ffbcf070
1 parent
2fd80850
tab按钮筛选,上啦加载初始化
Showing
1 changed file
with
2 additions
and
0 deletions
src/pages/myGiftBox/myGiftBox.vue
| @@ -215,6 +215,8 @@ export default { | @@ -215,6 +215,8 @@ export default { | ||
| 215 | }, | 215 | }, |
| 216 | // tab订单状态筛选 | 216 | // tab订单状态筛选 |
| 217 | onStatusFiltering(name, title) { | 217 | onStatusFiltering(name, title) { |
| 218 | + // 初始化加载状态 | ||
| 219 | + this.loading = false; | ||
| 218 | if (this.active == 0) { | 220 | if (this.active == 0) { |
| 219 | // 收礼订单列表 | 221 | // 收礼订单列表 |
| 220 | this.receivingGiftStatue = name; | 222 | this.receivingGiftStatue = name; |