pages/cart/index.js
@@ -58,7 +58,17 @@ title: '删除图书成功', icon: 'none' }); this.setData({ totalPrice: 0.00, selectedCount: 0, checkAll: false, }) }); }, shoppingCartGet() { @@ -229,8 +239,9 @@ url: '/pages/testLogin/index' }); }, //触底函数 onReachBottom() { onScrollToLower() { if (this.data.shoppingCartData.length < this.data.totalSize) { this.setData({ isMore: true, @@ -247,7 +258,6 @@ }) console.log('300'); }, 300) } }, // 下拉函数