Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e4f9932c421d431ed89005a3c101d991847802d7
Authored by
zhiyangdu
2020-12-16 13:44:04 +0800
1 parent
6786d0ff
优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/pointsMall/pointsMall.vue
src/pages/pointsMall/pointsMall.vue
View file @
e4f9932
...
...
@@ -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
// 设置跳转参数
...
...