修改状态

This commit is contained in:
duan 2025-01-20 11:43:26 +08:00
parent 2d5c5d2ba9
commit 6cc92c111f
2 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@
}
.liststyle:last-child {
// margin-right: auto;
// margin-left: 6rpx;
margin-right: auto;
margin-left: 6rpx;
}
}
</style>

View File

@ -10,7 +10,7 @@
</view> -->
</view>
<template v-if="datas.setindexdata">
<template v-if="datas.setindexdata==1">
<view class="gongao">
<view class="gongaoicon">
公告
@ -42,7 +42,7 @@
</view>
</view>
<contentlist :list='datas.list'></contentlist>
<image v-if="datas.setindexdata" @click="goMsg()" src="@/static/index/red-pack-new.gif"
<image v-if="datas.setindexdata==1" @click="goMsg()" src="@/static/index/red-pack-new.gif"
style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;" mode=""></image>
<up-modal :show="datas.version.show" :confirm-text="datas.version.confirmText"
:showCancelButton="datas.version.cancelText!=''" @confirm='confirmUpdateVersion' :title="datas.version.title"