Commit 81d19d668271f7b1e9ae77fd5bf5903b72b4d4bb
1 parent
f9c9e674
优化
Showing
1 changed file
with
2 additions
and
0 deletions
src/pages/myGiftBox/myGiftBox.vue
| @@ -301,6 +301,7 @@ export default { | @@ -301,6 +301,7 @@ export default { | ||
| 301 | }else{ | 301 | }else{ |
| 302 | this.receivingGiftsInfo = datas.list; | 302 | this.receivingGiftsInfo = datas.list; |
| 303 | this.this.receivingGifts.pages = 1; // 数据为空时页脚从1开始计算 | 303 | this.this.receivingGifts.pages = 1; // 数据为空时页脚从1开始计算 |
| 304 | + this.tipText = null; //提示全部加载为空 | ||
| 304 | } | 305 | } |
| 305 | /* 获取达人动态数据 结束 */ | 306 | /* 获取达人动态数据 结束 */ |
| 306 | } else if (res.code == 400) { | 307 | } else if (res.code == 400) { |
| @@ -423,6 +424,7 @@ export default { | @@ -423,6 +424,7 @@ export default { | ||
| 423 | }else{ | 424 | }else{ |
| 424 | this.giftGivingItem = datas.list; | 425 | this.giftGivingItem = datas.list; |
| 425 | this.giftGiving.pages = 1;// 数据为空时设置分页数为1 | 426 | this.giftGiving.pages = 1;// 数据为空时设置分页数为1 |
| 427 | + this.tipText = null; //提示全部加载为空 | ||
| 426 | } | 428 | } |
| 427 | /* 获取送礼订单列表 结束 */ | 429 | /* 获取送礼订单列表 结束 */ |
| 428 | } else if (res.code == 400) { | 430 | } else if (res.code == 400) { |