Commit 2eb0d5ef3cbd9712a0ae1eb4e5446f0d3dab7005
1 parent
b605e8f7
文字提示
Showing
2 changed files
with
3 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | <!-- 暂无记录展示 --> |
| 41 | 41 | <div v-show="list.length == 0 && isCall" class="no_gift_tip"> |
| 42 | 42 | <img src="static/img/no_gift_tip.png" alt=""/> |
| 43 | - <div class="text">暂无奖励记录</div> | |
| 43 | + <div class="text">暂无兑换记录</div> | |
| 44 | 44 | </div> |
| 45 | 45 | <div v-show="list.length>0 && isMore ==0" class="is_more"> |
| 46 | 46 | 没有更多了 | ... | ... |