Compare commits
No commits in common. "59a76556c2d90f69ed53480812b0a40aa24ee6f3" and "82b638b9a664aca49c50e82a70cc339644c7bce3" have entirely different histories.
59a76556c2
...
82b638b9a6
|
|
@ -1,23 +0,0 @@
|
||||||
<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>
|
|
||||||
|
|
@ -80,7 +80,6 @@
|
||||||
onMounted(()=>{
|
onMounted(()=>{
|
||||||
config()
|
config()
|
||||||
wuliao()
|
wuliao()
|
||||||
console.log(uni.getStorageSync('NUall'))
|
|
||||||
})
|
})
|
||||||
const addMaterial = ref([])
|
const addMaterial = ref([])
|
||||||
const wuliao = () =>{
|
const wuliao = () =>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue