仓库首页
This commit is contained in:
parent
609f159318
commit
abad905b05
|
|
@ -146,7 +146,8 @@
|
|||
</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);
|
||||
|
|
@ -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