Commit f2b1d23064cc0a2c0f298a0b6e489453b84ed46a
1 parent
29001915
记录页文字优化
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | {{item.title}} |
| 24 | 24 | </div> |
| 25 | 25 | <div v-show="item.address_name && item.address_address && item.address_phone" class="address_name"> |
| 26 | - 收货地址: {{item.address_name}}{{item.address_phone}}{{item.address_address}} | |
| 26 | + 收货人: {{item.address_name}}{{item.address_phone}}{{item.address_address}} | |
| 27 | 27 | </div> |
| 28 | 28 | <div class="exchange_time"> |
| 29 | 29 | 兑换时间 {{item.create_time*1000 | datetime('yyyy-MM-dd hh:mm:ss')}} |
| ... | ... | @@ -110,7 +110,7 @@ export default { |
| 110 | 110 | // 虚拟商品 |
| 111 | 111 | // 显示查看地址弹框 |
| 112 | 112 | let options = { |
| 113 | - message: "红包已存入您的账户,可前往“我的——我的卡劵查看", | |
| 113 | + message: "红包已存入您的账户,可前往“我的——我的卡劵查看”", | |
| 114 | 114 | messageAlign: "center", |
| 115 | 115 | confirmButtonText: "我知道了", |
| 116 | 116 | confirmButtonCallback: null, | ... | ... |