解决数据下拉加载的bug,调整专区样式,完善充值记录
This commit is contained in:
@@ -27,7 +27,7 @@ Page({
|
||||
return;
|
||||
}
|
||||
let next = true;
|
||||
if (total <= page * 20) {
|
||||
if (total <= page / 20) {
|
||||
next = false;
|
||||
}
|
||||
this.setData({
|
||||
|
@@ -8,6 +8,6 @@
|
||||
<view class="answer"> {{ item.content }} </view>
|
||||
</view>
|
||||
</view>
|
||||
<empty bind:refresh="getList" />
|
||||
<empty wx:else="" bind:refresh="getList" />
|
||||
</view>
|
||||
</scrollPageWrapper>
|
Reference in New Issue
Block a user