Commit 5ce04fd94f0d08fc8d9f82b8d99da6309ef93487
1 parent
560e9910
注释多余代码
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/myGiftBox/myGiftBox.vue
| @@ -199,7 +199,7 @@ export default { | @@ -199,7 +199,7 @@ export default { | ||
| 199 | onTap(active) { | 199 | onTap(active) { |
| 200 | this.active = active; | 200 | this.active = active; |
| 201 | // 初始化加载状态 | 201 | // 初始化加载状态 |
| 202 | - this.loading = false; | 202 | + // this.loading = false; |
| 203 | this.btnActive = 0; // 切换送礼和收礼时;初始化tab默认都为全部 | 203 | this.btnActive = 0; // 切换送礼和收礼时;初始化tab默认都为全部 |
| 204 | if (active == 0) { | 204 | if (active == 0) { |
| 205 | // 收礼订单列表 | 205 | // 收礼订单列表 |
| @@ -216,7 +216,7 @@ export default { | @@ -216,7 +216,7 @@ export default { | ||
| 216 | // tab订单状态筛选 | 216 | // tab订单状态筛选 |
| 217 | onStatusFiltering(name, title) { | 217 | onStatusFiltering(name, title) { |
| 218 | // 初始化加载状态 | 218 | // 初始化加载状态 |
| 219 | - this.loading = false; | 219 | + // this.loading = false; |
| 220 | if (this.active == 0) { | 220 | if (this.active == 0) { |
| 221 | // 收礼订单列表 | 221 | // 收礼订单列表 |
| 222 | this.receivingGiftStatue = name; | 222 | this.receivingGiftStatue = name; |