|
@@ -22,10 +22,13 @@
|
|
class="waring"
|
|
class="waring"
|
|
v-if="!searchVal&&!hasMore&&searchLis.length==0"
|
|
v-if="!searchVal&&!hasMore&&searchLis.length==0"
|
|
>请输入搜索内容</p>-->
|
|
>请输入搜索内容</p>-->
|
|
- <p
|
|
|
|
|
|
+ <div
|
|
class="waring"
|
|
class="waring"
|
|
v-if="hasMore&&searchVal"
|
|
v-if="hasMore&&searchVal"
|
|
- >暂无搜索结果</p>
|
|
|
|
|
|
+ >
|
|
|
|
+ <img src="../images/empty.png" alt=""/>
|
|
|
|
+ <p>暂无搜索结果</p>
|
|
|
|
+ </div>
|
|
<ul>
|
|
<ul>
|
|
<li
|
|
<li
|
|
v-for="(item,idx) in searchLis"
|
|
v-for="(item,idx) in searchLis"
|
|
@@ -194,7 +197,11 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-top: 1.6rem;
|
|
margin-top: 1.6rem;
|
|
font-size: .26rem;
|
|
font-size: .26rem;
|
|
- color: #aaa;
|
|
|
|
|
|
+ p{
|
|
|
|
+ color: #aaa;
|
|
|
|
+ margin-top: .8rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
ul {
|
|
ul {
|
|
padding: 0.2rem 0.2rem 0;
|
|
padding: 0.2rem 0.2rem 0;
|