浏览代码

修改样式

message
corala 2 年前
父节点
当前提交
a4a2b9d4fb
共有 3 个文件被更改,包括 7 次插入6 次删除
  1. +1
    -1
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  2. +5
    -4
      pages/index/consumer/index.vue
  3. +1
    -1
      pages/mine/details2.vue

+ 1
- 1
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue 查看文件

@@ -75,7 +75,7 @@
</view>
</view>
<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"
src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image>
</view>


+ 5
- 4
pages/index/consumer/index.vue 查看文件

@@ -431,11 +431,12 @@
_this = this
this.isnorefresh = 'refresh';
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') {
this.buildingID = uni.getStorageSync('buildingID').id;
// this.nextPage = 1;
// this.recordList = []
this.getFreeList()
this.getfindKeywordsList()
this.getFromSource();


+ 1
- 1
pages/mine/details2.vue 查看文件

@@ -64,7 +64,7 @@
</view>
</view>
<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"
src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image>
</view>


正在加载...
取消
保存