navigator 点击无反应 无跳转
<scroll-view style="height: 100vh" scroll-top="{{scrollTop}}" scroll-y="true" bindscrolltolower="bindDownLoad" bindscroll="scroll" bindscrolltoupper="refresh" lower-threshold="50"> <view class="hot-box-main WxMasonryView" > <view class="WxMasonry" wx:for="{{listData}}" wx:for-index="j" wx:for-item="items" wx:key=""> <navigator id="{{items.id}}" url="{{items.url}}" > <image class="WxMasonryImage" id="{{items.id}}" style="width:{{listData[i*10+j].width}}px;height:{{listData[i*10+j].height}}px" mode="aspectFill" src="{{items.litpic}}" /> <view class="list-box-title">{{items.title}}</view> </navigator> </view> </view> <view hidden="{{hotshidden}}" class="hot-box-more"> <view class="weui-loadmore" wx:if="{{hothidden}}"> <view class="weui-loading"></view> <view class="weui-loadmore__tips">正在加载</view> </view> <view class="weui-loadmore weui-loadmore_line" wx:else> <view class="weui-loadmore__tips weui-loadmore__tips_in-line">没有更多了</view> </view> </view> </scroll-view> |
该 navigator 第一二次可以正常跳转页面,多次后 navigator 失效,调试中,能看到hover样式。
