This commit is contained in:
wangweidong 2026-01-27 10:23:19 +08:00
parent cd848c96ae
commit a8e9907f83
2 changed files with 12 additions and 7 deletions

View File

@ -34,7 +34,7 @@ export default {
initTime: { initTime: {
// //
type: Number, type: Number,
default: 10, default:3600,
}, },
// isDown: { // isDown: {
// // // //
@ -67,10 +67,6 @@ export default {
this.cycle(); this.cycle();
}, },
methods: { methods: {
chongzhi(){
this.initTime = 185
this.cycle();
},
OneCycle(n) { OneCycle(n) {
// //
let num = 0; let num = 0;

View File

@ -59,7 +59,7 @@
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/newindex/wendu/2.png`" :src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/newindex/wendu/2.png`"
mode="aspectFill"/> --> mode="aspectFill"/> -->
<image :src="`/static/zhiniaoku.png`" <image :src="`/static/zhiniaoku.png`"
:style="!indexmessage?.previewFile?'width: 450rpx':''" :style="!indexmessage?.previewFile?'width: 450rpx':'width: 650rpx'"
mode="aspectFill"/> mode="aspectFill"/>
</view> </view>
@ -69,6 +69,14 @@
<view class="server-name" > <view class="server-name" >
{{ indexmessage?.directiveName?indexmessage?.directiveName:'一级压疮防护' }} {{ indexmessage?.directiveName?indexmessage?.directiveName:'一级压疮防护' }}
</view> </view>
<view style="width: 6.5vw;height: 2vw;margin-left: 1vw;position: relative;" >
<image src="/static/index/newindex/wendu/bgc.png" mode="aspectFill"
style="width: 100%;height: 100%;position: relative;z-index: 0; margin-top: 0.7vw;"></image>
<view class="bgc-font"
style="top: 0;left: 0;padding-left:0.65vw;width: 100%;height: 100%;z-index: 2;position: absolute;line-height:3.7vw;font-size: 1.1vw;">
{{indexmessage?.categoryName?'':'压疮防护'}}
</view>
</view>
</view> </view>
@ -691,8 +699,9 @@
} }
.big-img { .big-img {
height: 450rpx; height: 550rpx;
z-index: 100; z-index: 100;
margin-top: -100rpx;
image{ image{
width: 100%; width: 100%;
height: 100%; height: 100%;