添加首页图片

This commit is contained in:
2024-01-14 20:13:09 +08:00
parent c36401baf6
commit 2e387bc71f
18 changed files with 128 additions and 53 deletions

View File

@@ -3,9 +3,9 @@
<!-- 这是ai客服!!!! -->
<unFab ref="fab" :pattern="pattern" horizontal="left" vertical="bottom"
direction="horizontal" @fabClick="fabClick" />
</view>
</template>
</view>
</template>
<script setup>
import unFab from '@/uni_modules/uni-fab/components/uni-fab/uni-fab.vue'
import { onLoad } from "@dcloudio/uni-app"
@@ -23,11 +23,11 @@
iconColor: '#fff',
icon:'headphones'
})
// const content = ref([{
// iconPath: '/static/image.png',
// selectedIconPath: '/static/image-active.png',
// text: '相册',
// active: false
// const content = ref([{
// iconPath: '/static/image.png',
// selectedIconPath: '/static/image-active.png',
// text: '相册',
// active: false
// }])
function fabClick() {
// uni.showToast({
@@ -37,11 +37,11 @@
uni.navigateTo({
url:"/pages/index/aikefu"
})
}
</script>
}
</script>
<style scoped lang="scss">
.aikefuBox{
margin-top: 200rpx;
}
}
</style>