Commit 01823f393f715434862e92fc5aebf2e8d9c16012

Authored by 王强
1 parent 3dbe9e76

购好物,新店铺首页,添加分型type

src/pages/shopList/shopList.vue
@@ -193,8 +193,8 @@ @@ -193,8 +193,8 @@
193 193
194 // 设置分享参数 194 // 设置分享参数
195 this.$set(this, 'shareParams', { 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