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>
|