Commit 301064ddaf52c041e10f36c3448e790e99c0d4f6
Merge branch 'version_2.0.0_optimization_mall_update' of http://bj.gitlab.cnlive…
….com/w-front-end/select_good into version_2.0.0_optimization_mall_update
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/goodDetails/goodDetails.vue
| @@ -165,7 +165,7 @@ export default { | @@ -165,7 +165,7 @@ export default { | ||
| 165 | }, | 165 | }, |
| 166 | toLinkPointsMall () { | 166 | toLinkPointsMall () { |
| 167 | // 调用back返回上一页 | 167 | // 调用back返回上一页 |
| 168 | - this.back(); | 168 | + // this.back(); |
| 169 | // this.$router.push({ | 169 | // this.$router.push({ |
| 170 | // path: '/pointsMall', | 170 | // path: '/pointsMall', |
| 171 | // query: { | 171 | // query: { |
| @@ -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 | } |