仓库首页

This commit is contained in:
Teng 2025-12-26 15:35:05 +08:00
parent 609f159318
commit abad905b05
1 changed files with 10 additions and 7 deletions

View File

@ -25,7 +25,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="title-time"> <view class="title-time">
<view class="time-title"> <view class="time-title">
{{ currentTime }} {{ currentTime }}
@ -40,7 +40,7 @@
<donghua :width="`1300rpx`" :height="`900rpx`" :links="blueArray" :playing="photoplay" :loop="true" <donghua :width="`1300rpx`" :height="`900rpx`" :links="blueArray" :playing="photoplay" :loop="true"
:interval="120" /> :interval="120" />
</view> </view>
<!-- <view class="juzhong" style="z-index: 2;margin-top: 80rpx;"> <!-- <view class="juzhong" style="z-index: 2;margin-top: 80rpx;">
<donghua :width="`800rpx`" :height="`500rpx`" :links="bluesmallArray" :playing="photoplay" :loop="true" <donghua :width="`800rpx`" :height="`500rpx`" :links="bluesmallArray" :playing="photoplay" :loop="true"
:interval="120" /> :interval="120" />
</view> --> </view> -->
@ -141,12 +141,13 @@
<view class="right-bottom"> <view class="right-bottom">
<view class="bottom-title"> <view class="bottom-title">
<image class="bottom-carmera" src="/static/index/newindex/leftmenu/carmera.png" @click="gotolook" /> <image class="bottom-carmera" src="/static/index/newindex/leftmenu/carmera.png" @click="gotolook" />
<!-- <view class="blue-button"> <!-- <view class="blue-button">
长者标签 长者标签
</view> --> </view> -->
</view> </view>
<image class="big-older" :src="`/static/index/newindex/leftmenu/${uni.getStorageSync('NUall').fzr?`warepeople`:`nopeople`}.png`" /> <image class="big-older"
:src="`/static/index/newindex/leftmenu/${uni.getStorageSync('NUall').fzr?`warepeople`:`nopeople`}.png`" />
<view class="name-weight"> <view class="name-weight">
{{ uni.getStorageSync('NUall').fzr }} {{ uni.getStorageSync('NUall').fzr }}
</view> </view>
@ -227,7 +228,7 @@
const clickmenu = (index : number) => { const clickmenu = (index : number) => {
menutarget.value = index menutarget.value = index
let data = filteredMenu(2)[index] let data = filteredMenu(2)[index]
console.log("!!!!",data) console.log("!!!!", data)
uni.setStorageSync('nuId', data.nuId); uni.setStorageSync('nuId', data.nuId);
uni.setStorageSync('nuName', data.nuName); uni.setStorageSync('nuName', data.nuName);
uni.setStorageSync('elderId', data.elderInfo ? data.elderInfo?.id : null); uni.setStorageSync('elderId', data.elderInfo ? data.elderInfo?.id : null);
@ -494,7 +495,7 @@
margin-top: 0.5vw; margin-top: 0.5vw;
width: 9vw; width: 9vw;
height: 9vw; height: 9vw;
border: 1rpx solid #DCDCDC; border: 1rpx solid #DCDCDC;
border-radius: 50%; border-radius: 50%;
} }
@ -576,12 +577,14 @@
margin-right: 10rpx; margin-right: 10rpx;
font-weight: 600; font-weight: 600;
} }
.server-number{
.server-number {
font-size: 30rpx; font-size: 30rpx;
margin-right: 10rpx; margin-right: 10rpx;
margin-top: 25rpx; margin-top: 25rpx;
color: #666666; color: #666666;
} }
.server-bgc { .server-bgc {
width: 160rpx; width: 160rpx;
height: 50rpx; height: 50rpx;