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
965eeee457ec9a724cf649b8a96b30313b8d9a91
Authored by
zhiyangdu
2020-04-20 11:19:31 +0800
1 parent
49d4a4c7
跳转商品详情
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/moreDynamic/moreDynamic.vue
src/pages/moreDynamic/moreDynamic.vue
View file @
965eeee
...
...
@@ -176,7 +176,7 @@
176
176
// 临时,设置跳转商品详情参数
177
177
Object.assign(item, {
178
178
type: "2",
179
- to:
"9525393"
,
179
+ to:
item.id
,
180
180
shop_type: "1"
181
181
});
182
182
...
...