Commit 9d42975fbcd8623642cfcebb054f7aa4984eb224

Authored by 后端研发-倪永富
1 parent ad261438

关闭海报问题修改

pages/goods/goodsInfo/goodsInfo.wxml
@@ -1492,7 +1492,7 @@ @@ -1492,7 +1492,7 @@
1492 <view wx:if="{{showPoster}}" class="poster-container"> 1492 <view wx:if="{{showPoster}}" class="poster-container">
1493 <view class="poster" bindtap="previewImage"> 1493 <view class="poster" bindtap="previewImage">
1494 <image src="{{shareImgPath}}" class="poster-img"></image> 1494 <image src="{{shareImgPath}}" class="poster-img"></image>
1495 - <view class="btn-close" bindtap="closePoster">x</view> 1495 + <view class="btn-close" catchtap="closePoster">x</view>
1496 </view> 1496 </view>
1497 <view class="btn-container"> 1497 <view class="btn-container">
1498 <button class="btn-share" open-type="share" bindtap="">微信好友分享</button> 1498 <button class="btn-share" open-type="share" bindtap="">微信好友分享</button>