Commit e4f9932c421d431ed89005a3c101d991847802d7

Authored by zhiyangdu
1 parent 6786d0ff

优化

src/pages/pointsMall/pointsMall.vue
... ... @@ -228,7 +228,7 @@ export default {
228 228 // uid: this.getStore("uid")
229 229 // }
230 230 // })
231   - 跳转封装
  231 + // 通用跳转跳转到商品详情页新打开webview
232 232 if (typeof this.$parent.gotoDetail === 'function') {
233 233  
234 234 // 设置跳转参数
... ...