小程序bug
This commit is contained in:
36
pages/chooseasong/index.vue
Normal file
36
pages/chooseasong/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user