Commit 7d711b1cf91ed1b00d4adf2048e6b3f485188620

Authored by zhiyangdu
1 parent 330d972f

商品详情页样式优化

src/pages/goodDetails/goodDetails.vue
... ... @@ -388,12 +388,12 @@ export default {
388 388 /**
389 389 * 分享
390 390 */
391   - toShare () {
392   - // 判断分享
393   - if (typeof this.$parent.toShare === 'function') {
394   - this.$parent.toShare(45, "1", "");
395   - }
396   - },
  391 + // toShare () {
  392 + // // 判断分享
  393 + // if (typeof this.$parent.toShare === 'function') {
  394 + // this.$parent.toShare(45, "1", "");
  395 + // }
  396 + // },
397 397 /**
398 398 * 积分兑换接口
399 399 */
... ... @@ -589,13 +589,13 @@ export default {
589 589 funcs: {
590 590 back: {
591 591 icon: "static/img/icon_back.png"
592   - },
593   - funcArray: [
594   - {
595   - icon: "static/img/icon_share.png",
596   - func: this.toShare
597   - }
598   - ]
  592 + }
  593 + // funcArray: [
  594 + // {
  595 + // icon: "static/img/icon_share.png",
  596 + // func: this.toShare
  597 + // }
  598 + // ]
599 599 }
600 600 });
601 601  
... ... @@ -622,16 +622,16 @@ export default {
622 622 // that.show = false;
623 623 // };
624 624 // 如果是App外,设置唤起App和微信内分享参数
625   - if (!this.isCNLive.value) {
626   - // 设置积分首页唤起app参数
627   - if (typeof this.$parent.getOpenApp === "function") {
628   - this.$parent.getOpenApp({
629   - type: 45,
630   - id: 1,
631   - url: ""
632   - });
633   - }
634   - }
  625 + // if (!this.isCNLive.value) {
  626 + // // 设置积分首页唤起app参数
  627 + // if (typeof this.$parent.getOpenApp === "function") {
  628 + // this.$parent.getOpenApp({
  629 + // type: 45,
  630 + // id: 1,
  631 + // url: ""
  632 + // });
  633 + // }
  634 + // }
635 635 // // 地址回选原生回调
636 636 // if (this.isiPhone.value) {
637 637 // var that = this;
... ...