Commit cdb7209e1082f5a60e822abe9929eff2c7057f7a
1 parent
01823f39
购好物,新版店铺首页,分享默认id微调
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/shopList/shopList.vue
| @@ -598,7 +598,7 @@ | @@ -598,7 +598,7 @@ | ||
| 598 | 598 | ||
| 599 | // 判断分享 | 599 | // 判断分享 |
| 600 | if (typeof this.$parent.toShare === 'function' && typeof this.shareParams === 'object' && this.shareParams.type) { | 600 | if (typeof this.$parent.toShare === 'function' && typeof this.shareParams === 'object' && this.shareParams.type) { |
| 601 | - this.$parent.toShare(this.shareParams.type, this.shareParams.id || 1); | 601 | + this.$parent.toShare(this.shareParams.type, this.shareParams.id || 0); |
| 602 | } | 602 | } |
| 603 | }, | 603 | }, |
| 604 | 604 |