改样式

This commit is contained in:
Teng 2026-01-06 13:25:45 +08:00
parent fcf77a76da
commit 03039bba8a
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@
}, },
onShow() { onShow() {
console.log('App Show'); console.log('App Show');
if (uni.getStorageSync('userInfo')) { if (uni.getStorageSync('userInfo')) {
// //

View File

@ -126,12 +126,12 @@
</view> </view>
<view style="display: flex;margin-top: 40rpx;"> <view style="display: flex;margin-top: 40rpx;">
<view style="width: 240rpx;height: 90rpx;margin-right: 40rpx;"> <view style="width: 240rpx;height: 90rpx;margin-right: 40rpx;">
<view :class="indexmessage.izStart=='N'?'start-button':'end-button'" v-show="indexmessage?.startTime" @click="start(indexmessage)"> <view :class="indexmessage?.izStart=='N'?'start-button':'end-button'" v-show="indexmessage?.startTime" @click="start(indexmessage)">
开始服务 开始服务
</view> </view>
</view> </view>
<view style="width: 240rpx;height: 90rpx;"> <view style="width: 240rpx;height: 90rpx;">
<view :class="(indexmessage.izStart=='Y'&& indexmessage.izFinish=='N')?'start-button':'end-button'" v-show="indexmessage?.startTime" @click="end(indexmessage)"> <view :class="(indexmessage?.izStart=='Y'&& indexmessage?.izFinish=='N')?'start-button':'end-button'" v-show="indexmessage?.startTime" @click="end(indexmessage)">
结束服务 结束服务
</view> </view>
</view> </view>
@ -521,7 +521,7 @@
workType: 5 workType: 5
} }
queryWorkCareList(data).then((res : any) => { queryWorkCareList(data).then((res : any) => {
console.log("看看图",res.result.records[0]) console.log("看看图",res)
indexmessage.value = res.result.records[0]; indexmessage.value = res.result.records[0];
console.log("看看图",'https://www.focusnu.com/media/upFiles/'+indexmessage.value.previewFile) console.log("看看图",'https://www.focusnu.com/media/upFiles/'+indexmessage.value.previewFile)
}) })