私域通
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#333",
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#333",
|
||||
"backgroundColorTop": "#333",
|
||||
"usingComponents": {
|
||||
"activityPoster": "/components/activityPoster/index"
|
||||
|
||||
@@ -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='{{list.length>9&&end}}' isNoData='{{noData}}'></lcb-listmore>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page{
|
||||
background-color:#fff;
|
||||
background-color:#333;
|
||||
}
|
||||
.tt-ac{
|
||||
background-color:#76a1e5;
|
||||
|
||||
@@ -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 == res.data.total) {
|
||||
this.setData({
|
||||
end: true
|
||||
})
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<lcb-listmore isLoading='{{loading}}' isEnd='{{end}}' isNoData='{{noData}}'></lcb-listmore>
|
||||
<lcb-listmore isLoading='{{loading}}' isEnd='{{list.length>9&&end}}' isNoData='{{noData}}'></lcb-listmore>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user