Compare commits

...

2 Commits

Author SHA1 Message Date
wangweidong 59a76556c2 Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini 2025-12-02 16:59:40 +08:00
wangweidong a8222d52c3 同步 2025-12-02 16:59:33 +08:00
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<template>
<view>
<view class="recorditem">
</view>
</view>
</template>
<script setup lang="ts">
</script>
<style scoped lang="less">
.recorditem{
width: 41vw;
height: 52vw;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0rpx 0rpx 1.3vw 0rpx rgba(163,167,182,0.16);
border-radius: 1.6vw;
border: 1px solid #E5E5E5;
position: fixed;
}
</style>

View File

@ -80,6 +80,7 @@
onMounted(()=>{
config()
wuliao()
console.log(uni.getStorageSync('NUall'))
})
const addMaterial = ref([])
const wuliao = () =>{