wangzimeng 087d8b5b36 首页的静态页面
首页搜索的跳转页面:在pages.json中新增文件目录
su-inner-navbar的顶部样式调整
uni-search-bar的样式调整
个人中心的初步调整
2025-07-17 18:26:50 +08:00

11 lines
179 B
Vue

<template>
<s-layout title="搜索结果" navbar="inner" :bgStyle="{ color: 'rgb()' }">
<view>搜索页面</view>
</s-layout>
</template>
<script>
</script>
<style>
</style>