<view wx:if="{{newlist!=''}}"> <scroll-view bindscroll="scroll" style="height:{{scrollHeight}}px;overflow:auto" class="scrollview-list" scroll-y="true" bindscrolltolower="lowermore"> <view wx:for="{{newlist}}" wx:key=""> <view data-productId="{{item.productId}}" data-shopId="{{item.shopId}}" catchtap="clickitem" class="topContainsView"> <image class="goodsImage" src="{{item.imageUrl}}" mode='scaleToFill' /> <view class="topRightView"> <text class="topRightName">{{item.productName}} </text> <text class="topRightTime">¥{{item.price}}</text> <view class="saleAndcom"> <text class="saletext">{{item.storeName}}</text> <text class="saleRightText">运费:{{item.postPrice}} 销量{{item.salesVolume}}</text> </view> </view> </view> </view> 到底了哦~ </scroll-view> </view> |
发现没有调用lowermore,为什么呢?高度我已经获取到了
网友回复:
苹***:系统记录
苹***:
今天早上微信开发工具提示我重启,重启在手机上就正常了,有点懵啊,昨天都关掉再开也没用啊,估计是要重启电脑?
苹***:
抱歉,是因为查询结果进行了if~else使得页面没充满,所以无效,请把问题关闭吧,谢谢




