Commit 301064ddaf52c041e10f36c3448e790e99c0d4f6

Authored by 王强
2 parents e8531d1c 7f16ec5e

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
src/pages/goodDetails/goodDetails.vue
... ... @@ -165,7 +165,7 @@ export default {
165 165 },
166 166 toLinkPointsMall () {
167 167 // 调用back返回上一页
168   - this.back();
  168 + // this.back();
169 169 // this.$router.push({
170 170 // path: '/pointsMall',
171 171 // query: {
... ... @@ -293,7 +293,7 @@ export default {
293 293 if (datas.shop_type == 1) {
294 294 tipMessage = "兑换成功"
295 295 } else if (datas.shop_type == 2) {
296   - tipMessage = "红包已存入您的账户,可前往“我的”—我的卡券查看”"
  296 + tipMessage = "红包已存入您的账户,可前往“我的”—我的卡券查看”"
297 297 } else if (datas.shop_type == 3) {
298 298 tipMessage = "付费音频已存入您的账户,可前往“我的”—“我的付费内容”—“已购内容收听”"
299 299 }
... ...