新护理单元

This commit is contained in:
Teng 2025-12-25 13:40:02 +08:00
parent 512c1875f9
commit 9d7668dad8
4 changed files with 5 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<image src="/static/shouye/logo2.png" mode="aspectFill"></image> <image src="/static/shouye/logo2.png" mode="aspectFill"></image>
</view> </view>
<view class="cont"> <view class="cont">
<view class="items" v-for="(v,i) in list" :key='i' :class="{'act':i==dexleft}" @click="dexleft = i" @click="emit('navurl',i)"> <view class="items" v-for="(v,i) in list" :key='i' :class="{'act':i==dexleft}" @click="dexleft = i;emit('navurl',i)">
<view class="tm guodu"> <view class="tm guodu">
<image :src="i==dexleft?v.urls:v.url" mode="aspectFill" class="guodu"></image> <image :src="i==dexleft?v.urls:v.url" mode="aspectFill" class="guodu"></image>
<text>{{v.name}}</text> <text>{{v.name}}</text>
@ -43,6 +43,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 3.5vw 0 2.5vw 0; padding: 3.5vw 0 2.5vw 0;
margin-right: 3vw;
.logo{ .logo{
width: 3.8vw; width: 3.8vw;
height: 3.8vw; height: 3.8vw;

View File

@ -118,7 +118,7 @@
{name:'返回',url:'/static/shouye/sy/f0.png',urls:'/static/shouye/sy/f1.png'}, {name:'返回',url:'/static/shouye/sy/f0.png',urls:'/static/shouye/sy/f1.png'},
]) ])
const navurl =(e)=>{ const navurl =(e)=>{
console.log(e) changeMenu(e)
} }
const leftMenuArray = ref([ const leftMenuArray = ref([
{ {

View File

@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
export { export {
camera as default camera as default
}; };

View File

@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
export { export {
fullcamera as default fullcamera as default
}; };