Commit e1c45ee2dec61d11fc1a7325160b7cdd0214414e
1 parent
fbbc4b70
判断虚拟商品提示
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
| @@ -249,7 +249,7 @@ export default { | @@ -249,7 +249,7 @@ export default { | ||
| 249 | }, 1500); | 249 | }, 1500); |
| 250 | // 显示查看地址弹框 | 250 | // 显示查看地址弹框 |
| 251 | let options = { | 251 | let options = { |
| 252 | - message: "兑换成功", | 252 | + message: datas.shop_type == 3 ? "付费音频已存入您的账户,可前往“我的——我的付费内容——已购内容”收听" : "兑换成功", |
| 253 | messageAlign: "center", | 253 | messageAlign: "center", |
| 254 | confirmButtonText: "我知道了", | 254 | confirmButtonText: "我知道了", |
| 255 | confirmButtonCallback: this.addAddressCallback, | 255 | confirmButtonCallback: this.addAddressCallback, |