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
01823f393f715434862e92fc5aebf2e8d9c16012
Authored by
王强
2021-07-09 14:27:03 +0800
1 parent
3dbe9e76
购好物,新店铺首页,添加分型type
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/shopList/shopList.vue
src/pages/shopList/shopList.vue
View file @
01823f3
...
...
@@ -193,8 +193,8 @@
193
193
194
194
// 设置分享参数
195
195
this.$set(this, 'shareParams', {
196
- type: 60,
197
- id: this.$route.query.id || 1
196
+ type: 62,
197
+ id: this.$route.query.shop_id || 0
198
198
});
199
199
},
200
200
...
...