添加底部导航栏

This commit is contained in:
duan
2025-01-06 14:13:50 +08:00
parent 0f21358421
commit 22e6d8b1e8
17 changed files with 404 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
<template>
ios
anzhuo
</template>
<script setup>
@@ -8,6 +10,10 @@
}).then(res=>{
console.log(res);
})
// 搜索跳转
// uni.navigateTo({
// url: '/pages/index/search/index'
// });
</script>
<style>