Commit cdb7209e1082f5a60e822abe9929eff2c7057f7a

Authored by 王强
1 parent 01823f39

购好物,新版店铺首页,分享默认id微调

src/pages/shopList/shopList.vue
... ... @@ -598,7 +598,7 @@
598 598  
599 599 // 判断分享
600 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  
... ...