Commit 530f5dfa8677e2e239b06d979ba207c337e1911c

Authored by zhiyangdu
1 parent 672d5336

注释app年费分享参数设置

src/pages/partyBuildingGoodDetails/partyBuildingGoodDetails.vue
@@ -615,26 +615,26 @@ export default { @@ -615,26 +615,26 @@ export default {
615 this.getGoodsInfo(goodsId); 615 this.getGoodsInfo(goodsId);
616 } 616 }
617 // 判断是否在App内 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 let tempCurrentAddress = JSON.parse(window.localStorage.getItem('currentAddress')); 640 let tempCurrentAddress = JSON.parse(window.localStorage.getItem('currentAddress'));