<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上无法滑动页面,开发工具可以滑动,

至今仍然存在
还没有解决,我的天!!!
2.12版本仍然有这个问题
cover-view cover-image 在真机不能上下滑动 改怎么解决 用cover-view 和cover-image来做的视频封面图
请问这里使用cover-image是需要实现什么功能?
4个月前就有人反馈这个Bug了,至今还在。。。