Commit 5ce04fd94f0d08fc8d9f82b8d99da6309ef93487

Authored by zhiyangdu
1 parent 560e9910

注释多余代码

src/pages/myGiftBox/myGiftBox.vue
... ... @@ -199,7 +199,7 @@ export default {
199 199 onTap(active) {
200 200 this.active = active;
201 201 // 初始化加载状态
202   - this.loading = false;
  202 + // this.loading = false;
203 203 this.btnActive = 0; // 切换送礼和收礼时;初始化tab默认都为全部
204 204 if (active == 0) {
205 205 // 收礼订单列表
... ... @@ -216,7 +216,7 @@ export default {
216 216 // tab订单状态筛选
217 217 onStatusFiltering(name, title) {
218 218 // 初始化加载状态
219   - this.loading = false;
  219 + // this.loading = false;
220 220 if (this.active == 0) {
221 221 // 收礼订单列表
222 222 this.receivingGiftStatue = name;
... ...