仓库首页
This commit is contained in:
parent
609f159318
commit
abad905b05
|
|
@ -25,7 +25,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="title-time">
|
||||
<view class="time-title">
|
||||
{{ currentTime }}
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
<donghua :width="`1300rpx`" :height="`900rpx`" :links="blueArray" :playing="photoplay" :loop="true"
|
||||
:interval="120" />
|
||||
</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"
|
||||
:interval="120" />
|
||||
</view> -->
|
||||
|
|
@ -141,12 +141,13 @@
|
|||
<view class="right-bottom">
|
||||
<view class="bottom-title">
|
||||
<image class="bottom-carmera" src="/static/index/newindex/leftmenu/carmera.png" @click="gotolook" />
|
||||
<!-- <view class="blue-button">
|
||||
<!-- <view class="blue-button">
|
||||
长者标签
|
||||
</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">
|
||||
{{ uni.getStorageSync('NUall').fzr }}
|
||||
</view>
|
||||
|
|
@ -227,7 +228,7 @@
|
|||
const clickmenu = (index : number) => {
|
||||
menutarget.value = index
|
||||
let data = filteredMenu(2)[index]
|
||||
console.log("!!!!",data)
|
||||
console.log("!!!!", data)
|
||||
uni.setStorageSync('nuId', data.nuId);
|
||||
uni.setStorageSync('nuName', data.nuName);
|
||||
uni.setStorageSync('elderId', data.elderInfo ? data.elderInfo?.id : null);
|
||||
|
|
@ -494,7 +495,7 @@
|
|||
margin-top: 0.5vw;
|
||||
width: 9vw;
|
||||
height: 9vw;
|
||||
|
||||
|
||||
border: 1rpx solid #DCDCDC;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
@ -576,12 +577,14 @@
|
|||
margin-right: 10rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.server-number{
|
||||
|
||||
.server-number {
|
||||
font-size: 30rpx;
|
||||
margin-right: 10rpx;
|
||||
margin-top: 25rpx;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.server-bgc {
|
||||
width: 160rpx;
|
||||
height: 50rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue