Commit 560e9910caca3abdbbe35afe92632462ffbcf070

Authored by zhiyangdu
1 parent 2fd80850

tab按钮筛选,上啦加载初始化

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -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;
... ...