真机环境,触摸在cover-image上无法滑动页面
< view class = "container" > < view class = "userinfo" > < image class = "userinfo-avatar" src = "{{userInfo.avatarUrl}}" mode = "cover" ></ image > < text class = "userinfo-nickname" >{{userInfo.nickName}}</ text > </ view > < view class = "titleImage" > < cover-image src = "../../img/logo.png" ></ cover-image > </ view > < view class = "products" > < view class = "product" wx:for = "{{products}}" wx:key = "key" wx:for-item = "product" > < cover-image class = "productImage" bindtap = "orderProduct" data-id = "{{product.id}}" data-url = "{{product.url}}" src = "{{product.url}}" ></ cover-image > </ view > </ view > </ view > |
微信是最新的版本,真机环境,触摸在cover-image上无法滑动页面,开发工具可以滑动,