Browse Source

修改分页问题

sharp-agezi 5 years ago
parent
commit
632425c608
2 changed files with 3 additions and 1 deletions
  1. 2 0
      pages/momo/momo.js
  2. 1 1
      readme.md

+ 2 - 0
pages/momo/momo.js

@@ -70,6 +70,8 @@ Page({
     let that = this;
     that.setData({
       goodsList:[],
+      page:1,
+      reachBottomState: true,//判断是否有上拉加载状态
     })
     if (!wx.getStorageSync('channelIdObj')) { // 还没有登录过渠道
       wx.navigateTo({

+ 1 - 1
readme.md

@@ -17,4 +17,4 @@
       y = -高度/2
       fillRect(x,y,宽度,高度)
 ### 缺少详情页,字体加粗、字体定制
-v:3.2.0
+v:3.2.3