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 | 301 | }else{ |
| 302 | 302 | this.receivingGiftsInfo = datas.list; |
| 303 | 303 | this.this.receivingGifts.pages = 1; // 数据为空时页脚从1开始计算 |
| 304 | + this.tipText = null; //提示全部加载为空 | |
| 304 | 305 | } |
| 305 | 306 | /* 获取达人动态数据 结束 */ |
| 306 | 307 | } else if (res.code == 400) { |
| ... | ... | @@ -423,6 +424,7 @@ export default { |
| 423 | 424 | }else{ |
| 424 | 425 | this.giftGivingItem = datas.list; |
| 425 | 426 | this.giftGiving.pages = 1;// 数据为空时设置分页数为1 |
| 427 | + this.tipText = null; //提示全部加载为空 | |
| 426 | 428 | } |
| 427 | 429 | /* 获取送礼订单列表 结束 */ |
| 428 | 430 | } else if (res.code == 400) { | ... | ... |