Commit 67919714e7d864799a44fdd4bcafc6ddfdacd530

Authored by zhiyangdu
1 parent 3462ac37

优化切换tab不加载问题

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -491,6 +491,7 @@ export default {
491 491 if (datas.list && datas.list.length) {
492 492 // 隐藏加载圈
493 493 this.giftGiving.loading = false;
  494 + this.loading = this.giftGiving.loading;
494 495 if (this.giftGiving.pages > 1) {
495 496 this.$set(this, "giftGivingItem", [
496 497 ...this.giftGivingItem,
... ...