首页搜索的跳转页面:在pages.json中新增文件目录 su-inner-navbar的顶部样式调整 uni-search-bar的样式调整 个人中心的初步调整
11 lines
179 B
Vue
11 lines
179 B
Vue
<template>
|
|
<s-layout title="搜索结果" navbar="inner" :bgStyle="{ color: 'rgb()' }">
|
|
<view>搜索页面</view>
|
|
</s-layout>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
</style> |