小程序bug

This commit is contained in:
魏啾
2024-07-06 18:28:07 +08:00
parent 380a6312f8
commit 07c7562628
6 changed files with 79 additions and 15 deletions

View File

@@ -0,0 +1,36 @@
<template>
<view class="content">
<view class="search flex-between">
<view class="">
</view>
<image src="@/static/avatar.png" mode="aspectFill"></image>
</view>
<view class="contentclass">
</view>
</view>
</template>
<script>
export default {
components: {},
data() {
return {};
},
onLoad() {},
computed: {},
mounted() {},
onShow() {},
methods: {}
};
</script>
<style scoped lang="scss">
.content {
.search{
width: 100%;
background: #fff;
}
}
</style>