Commit e413a2bffeb3fe7096c77ba98911737ad836dedf
1 parent
c90778c8
提示文字优化
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.vue
| ... | ... | @@ -98,7 +98,7 @@ export default { |
| 98 | 98 | // 虚拟商品 |
| 99 | 99 | // 显示查看地址弹框 |
| 100 | 100 | let options = { |
| 101 | - message: "付费音频已存入您的账户,可前往“我的——我的付费内容——已购内容”收听", | |
| 101 | + message: "付费音频已存入您的账户,可前往“我的”—“我的付费内容”—“已购内容收听”", | |
| 102 | 102 | messageAlign: "center", |
| 103 | 103 | confirmButtonText: "我知道了", |
| 104 | 104 | confirmButtonCallback: null, |
| ... | ... | @@ -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, | ... | ... |