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
a0d9663474e0d68a2d7764f83eef043ffdd5ad43
Authored by
zhiyangdu
2021-03-23 09:34:56 +0800
1 parent
dbd46816
点击商品注释打开app操作
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/pages/healthMall/healthMall.vue
src/pages/healthMall/healthMall.vue
View file @
a0d9663
@@ -185,9 +185,7 @@ export default {
@@ -185,9 +185,7 @@ export default {
185
// 页面跳转
185
// 页面跳转
186
this.$parent.gotoDetail(params);
186
this.$parent.gotoDetail(params);
187
}
187
}
188
- } else {
189
- this.$parent.callApp();
190
- }
188
+ }
191
},
189
},
192
190
193
/**
191
/**