Commit 530f5dfa8677e2e239b06d979ba207c337e1911c
1 parent
672d5336
注释app年费分享参数设置
Showing
1 changed file
with
20 additions
and
20 deletions
src/pages/partyBuildingGoodDetails/partyBuildingGoodDetails.vue
| ... | ... | @@ -615,26 +615,26 @@ export default { |
| 615 | 615 | this.getGoodsInfo(goodsId); |
| 616 | 616 | } |
| 617 | 617 | // 判断是否在App内 |
| 618 | - if (this.isCNLive.value) { | |
| 619 | - | |
| 620 | - // 添加后退按钮组“后退”和“分享”按钮 | |
| 621 | - this.$set(this, 'backs', { | |
| 622 | - funcs: { | |
| 623 | - back: { | |
| 624 | - icon: "static/img/icon_back.png" | |
| 625 | - } | |
| 626 | - // funcArray: [ | |
| 627 | - // { | |
| 628 | - // icon: "static/img/icon_share.png", | |
| 629 | - // func: this.toShare | |
| 630 | - // } | |
| 631 | - // ] | |
| 632 | - } | |
| 633 | - }); | |
| 634 | - | |
| 635 | - // 设置标题 | |
| 636 | - this.$set(this.backs, 'title', '商品详情页'); | |
| 637 | - } | |
| 618 | + // if (this.isCNLive.value) { | |
| 619 | + | |
| 620 | + // // 添加后退按钮组“后退”和“分享”按钮 | |
| 621 | + // this.$set(this, 'backs', { | |
| 622 | + // funcs: { | |
| 623 | + // back: { | |
| 624 | + // icon: "static/img/icon_back.png" | |
| 625 | + // } | |
| 626 | + // // funcArray: [ | |
| 627 | + // // { | |
| 628 | + // // icon: "static/img/icon_share.png", | |
| 629 | + // // func: this.toShare | |
| 630 | + // // } | |
| 631 | + // // ] | |
| 632 | + // } | |
| 633 | + // }); | |
| 634 | + | |
| 635 | + // // 设置标题 | |
| 636 | + // this.$set(this.backs, 'title', '商品详情页'); | |
| 637 | + // } | |
| 638 | 638 | |
| 639 | 639 | /* 获取当前设置的地址对象 开始 */ |
| 640 | 640 | let tempCurrentAddress = JSON.parse(window.localStorage.getItem('currentAddress')); | ... | ... |