Commit 7f16ec5e4fdaf44c536fb9464653287c7a1d88c5
1 parent
17a76609
引号优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
| @@ -293,7 +293,7 @@ export default { | @@ -293,7 +293,7 @@ export default { | ||
| 293 | if (datas.shop_type == 1) { | 293 | if (datas.shop_type == 1) { |
| 294 | tipMessage = "兑换成功" | 294 | tipMessage = "兑换成功" |
| 295 | } else if (datas.shop_type == 2) { | 295 | } else if (datas.shop_type == 2) { |
| 296 | - tipMessage = "红包已存入您的账户,可前往“我的”—”我的卡券查看”" | 296 | + tipMessage = "红包已存入您的账户,可前往“我的”—“我的卡券查看”" |
| 297 | } else if (datas.shop_type == 3) { | 297 | } else if (datas.shop_type == 3) { |
| 298 | tipMessage = "付费音频已存入您的账户,可前往“我的”—“我的付费内容”—“已购内容收听”" | 298 | tipMessage = "付费音频已存入您的账户,可前往“我的”—“我的付费内容”—“已购内容收听”" |
| 299 | } | 299 | } |