yangchenggong1_wd

fix:bug[17126] 人民号号主下的分享名片需要隐藏

@@ -115,6 +115,7 @@ export struct PeopleShipHomeAttentionComponent { @@ -115,6 +115,7 @@ export struct PeopleShipHomeAttentionComponent {
115 .onClick(() => { 115 .onClick(() => {
116 ToastUtils.showToast('分享为公共方法,待开发', 1000); 116 ToastUtils.showToast('分享为公共方法,待开发', 1000);
117 }) 117 })
  118 + .visibility(Visibility.Hidden)
118 119
119 } 120 }
120 121