11 lines
179 B
Vue
Raw Normal View History

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