|
|
@@ -17,7 +17,6 @@
|
|
|
autoplay="true"
|
|
|
duration="500"
|
|
|
style="height: 440rpx"
|
|
|
- @change="swiperChange"
|
|
|
>
|
|
|
<swiper-item
|
|
|
v-for="(item, index) in swiperList"
|
|
|
@@ -90,7 +89,7 @@
|
|
|
{{item.time}}
|
|
|
</view>
|
|
|
<view class="display-flex-start">
|
|
|
- <view class="notice-content-time" style="">{{statusObj[item.status]}}</view>
|
|
|
+ <view class="notice-content-time" :style="{color:statusColor[item.status]}">{{statusObj[item.status]}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -156,7 +155,7 @@ export default {
|
|
|
},
|
|
|
onShow() {
|
|
|
uni.hideTabBar({});
|
|
|
- this.getHeatList();
|
|
|
+ this.getHeatList()
|
|
|
},
|
|
|
onLoad() {
|
|
|
// uni.showLoading({
|
|
|
@@ -244,7 +243,7 @@ export default {
|
|
|
let postData = {
|
|
|
// page: 1,
|
|
|
// page_size: 2,
|
|
|
- openId:getApp().globalData.open_id
|
|
|
+ openId:getApp().globalData.open_id ? getApp().globalData.open_id : uni.getStorageSync('openId')
|
|
|
};
|
|
|
uni.request({
|
|
|
url: url,
|