Commit 9d42975fbcd8623642cfcebb054f7aa4984eb224
1 parent
ad261438
关闭海报问题修改
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -1492,7 +1492,7 @@ |
1492 | 1492 | <view wx:if="{{showPoster}}" class="poster-container"> |
1493 | 1493 | <view class="poster" bindtap="previewImage"> |
1494 | 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 | 1496 | </view> |
1497 | 1497 | <view class="btn-container"> |
1498 | 1498 | <button class="btn-share" open-type="share" bindtap="">微信好友分享</button> | ... | ... |