Commit 9a756854350fab3dadc364c1fd8d5451f157431c

Authored by zhiyangdu
1 parent b1943684

分享参数

src/pages/goodDetails/goodDetails.vue
@@ -207,7 +207,7 @@ export default { @@ -207,7 +207,7 @@ export default {
207 toShare () { 207 toShare () {
208 // 判断分享 208 // 判断分享
209 if (typeof this.$parent.toShare === 'function') { 209 if (typeof this.$parent.toShare === 'function') {
210 - this.$parent.toShare(46, this.$route.query.id || 0); 210 + this.$parent.toShare(46, "1", "");
211 } 211 }
212 }, 212 },
213 /** 213 /**