@@ -75,7 +75,7 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<image v-if="Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow" class="play" | <image v-if="Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow" class="play" | ||||
src="https://static.quhouse.com/15189e150bcd437783aac5a9ef977aa6.png"></image> | |||||
src="https://static.quhouse.com/ce73a5225f7f44be9f313b0e4e4c2c0e.png"></image> | |||||
<image v-else @click="clickbofang(dialog.backindex,item)" class="play" | <image v-else @click="clickbofang(dialog.backindex,item)" class="play" | ||||
src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image> | src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image> | ||||
</view> | </view> | ||||
@@ -431,11 +431,12 @@ | |||||
_this = this | _this = this | ||||
this.isnorefresh = 'refresh'; | this.isnorefresh = 'refresh'; | ||||
this.userInfo = uni.getStorageSync("weapp_session_userInfo_data") | this.userInfo = uni.getStorageSync("weapp_session_userInfo_data") | ||||
console.log(this.userInfo.showPhoneStatus) | |||||
// console.log(this.userInfo.showPhoneStatus) | |||||
this.nextPage = 1; | |||||
this.recordList = [] | |||||
this.buildingID = uni.getStorageSync('buildingID').id; | |||||
this.getMyCustom() | |||||
if (this.isnorefresh == 'refresh') { | if (this.isnorefresh == 'refresh') { | ||||
this.buildingID = uni.getStorageSync('buildingID').id; | |||||
// this.nextPage = 1; | |||||
// this.recordList = [] | |||||
this.getFreeList() | this.getFreeList() | ||||
this.getfindKeywordsList() | this.getfindKeywordsList() | ||||
this.getFromSource(); | this.getFromSource(); | ||||
@@ -64,7 +64,7 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<image v-if="Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow" class="play" | <image v-if="Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow" class="play" | ||||
src="https://static.quhouse.com/15189e150bcd437783aac5a9ef977aa6.png"></image> | |||||
src="https://static.quhouse.com/ce73a5225f7f44be9f313b0e4e4c2c0e.png"></image> | |||||
<image v-else @click="clickbofang(dialog.backindex,item)" class="play" | <image v-else @click="clickbofang(dialog.backindex,item)" class="play" | ||||
src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image> | src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image> | ||||
</view> | </view> | ||||