Commit 5c4876cfe970ef31aa3246eb215c85c62099dda5
1 parent
1f1dcd96
健康商城调优
Showing
2 changed files
with
14 additions
and
13 deletions
src/pages/healthGoodDetails/healthGoodDetails.vue
| ... | ... | @@ -337,12 +337,12 @@ export default { |
| 337 | 337 | /** |
| 338 | 338 | * 分享 |
| 339 | 339 | */ |
| 340 | - toShare () { | |
| 341 | - // 判断分享 | |
| 342 | - if (typeof this.$parent.toShare === 'function') { | |
| 343 | - this.$parent.toShare(46, this.$route.query.goodsId, ""); | |
| 344 | - } | |
| 345 | - }, | |
| 340 | + // toShare () { | |
| 341 | + // // 判断分享 | |
| 342 | + // if (typeof this.$parent.toShare === 'function') { | |
| 343 | + // this.$parent.toShare(46, this.$route.query.goodsId, ""); | |
| 344 | + // } | |
| 345 | + // }, | |
| 346 | 346 | /** |
| 347 | 347 | * 健康值兑换接口 |
| 348 | 348 | */ |
| ... | ... | @@ -535,13 +535,13 @@ export default { |
| 535 | 535 | funcs: { |
| 536 | 536 | back: { |
| 537 | 537 | icon: "static/img/icon_back.png" |
| 538 | - }, | |
| 539 | - funcArray: [ | |
| 540 | - { | |
| 541 | - icon: "static/img/icon_share.png", | |
| 542 | - func: this.toShare | |
| 543 | - } | |
| 544 | - ] | |
| 538 | + } | |
| 539 | + // funcArray: [ | |
| 540 | + // { | |
| 541 | + // icon: "static/img/icon_share.png", | |
| 542 | + // func: this.toShare | |
| 543 | + // } | |
| 544 | + // ] | |
| 545 | 545 | } |
| 546 | 546 | }); |
| 547 | 547 | ... | ... |