@@ -17,7 +17,13 @@ Page({
// this.getLive()
},
onShow: function () {
- this.getLive()
+ this.setData({
+ projects_more: true,
+ projects_page: 1,
+ projects_change: true,
+ projects:[]
+ })
+ this.getLive()
onUnload: function () {
@@ -27,7 +33,8 @@ Page({
this.setData({
projects_more: true,
projects_page: 1,
- projects_change: true
})
this.getLive('refresh')
wx.stopPullDownRefresh()
@@ -27,6 +27,7 @@
.livelist .startt{
font-size: 24rpx;
color: #eab86a;
+ white-space: nowrap;
}
.livelist .status{
position: absolute;