Commit 04a01367e5908bf63a7eff8113dc6b05c3f2dd58
1 parent
90d91f64
文字提示
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/morePoints/morePoints.vue
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | <!-- 暂无记录展示 --> |
| 32 | 32 | <div v-show="phyicalGoods.list && phyicalGoods.list.length == 0 && isCall" class="no_gift_tip"> |
| 33 | 33 | <img src="static/img/no_gift_tip.png" alt=""/> |
| 34 | - <div class="text">暂无兑换记录</div> | |
| 34 | + <div class="text">暂无商品</div> | |
| 35 | 35 | </div> |
| 36 | 36 | <div v-show="phyicalGoods.list && phyicalGoods.list.length>0 && isMore" class="is_more"> |
| 37 | 37 | 没有更多了 | ... | ... |