@@ -70,6 +70,8 @@ Page({
let that = this;
that.setData({
goodsList:[],
+ page:1,
+ reachBottomState: true,//判断是否有上拉加载状态
})
if (!wx.getStorageSync('channelIdObj')) { // 还没有登录过渠道
wx.navigateTo({
@@ -17,4 +17,4 @@
y = -高度/2
fillRect(x,y,宽度,高度)
### 缺少详情页,字体加粗、字体定制
-v:3.2.0
+v:3.2.3