私域通

This commit is contained in:
老叶
2022-02-10 16:59:18 +08:00
parent 3ec6c4c8a7
commit a1797c09e5
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ Page({
this.setData({
noData: true
})
} else if (this.data.list.length == res.data.total) {
} else if (this.data.list.length>9&&this.data.list.length == res.data.total) {
this.setData({
end: true
})
+1 -1
View File
@@ -3,7 +3,7 @@
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#333",
"backgroundColor": "#ffffff",
"backgroundColor": "#333",
"backgroundColorTop": "#333",
"usingComponents": {
"activityPoster": "/components/activityPoster/index"
+2 -1
View File
@@ -25,7 +25,7 @@
</block>
</view>
<view class="inner30 bg-fff ulib-rb20">
<view class="text-center pb10 font-42 color-333">实时战报</view>
<view class="text-center pb10 font-42 color-333">实时数据</view>
<view>
<block wx:for='{{list}}' wx:key='index'>
<view class="mt20 inner30 relative bg-f0f4ff pr150 ulib-r10">
@@ -33,6 +33,7 @@
<view class="absolute right-0 box-middle mr30 font-28 color-999">{{item.c_time}}</view>
</view>
</block>
<lcb-listmore isLoading='{{loading}}' isEnd='{{end}}' isNoData='{{noData}}'></lcb-listmore>
</view>
</view>
</view>
+1 -1
View File
@@ -1,5 +1,5 @@
page{
background-color:#fff;
background-color:#333;
}
.tt-ac{
background-color:#76a1e5;
+1 -1
View File
@@ -72,7 +72,7 @@ Page({
this.setData({
noData: true
})
} else if (this.data.list.length>10&&this.data.list.length == res.data.total) {
} else if (this.data.list.length>9&&this.data.list.length == res.data.total) {
this.setData({
end: true
})