添加首页图片
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user