mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
提交
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
:focus="true"
|
||||
shape="round"
|
||||
@clear="clearSearch"
|
||||
@search="searchList"
|
||||
@search="searchList"
|
||||
@custom="searchList"
|
||||
search-icon="search"
|
||||
:showAction="true"
|
||||
actionText="搜索"
|
||||
@@ -182,7 +183,11 @@
|
||||
</div>
|
||||
</view>
|
||||
<view v-if="article.list.length==0 && article.loadStatus=='noMore'" class="empty">
|
||||
<u-empty icon="search" text=""></u-empty>
|
||||
<!-- <u-empty icon="search" text=""></u-empty>
|
||||
<view class="agreeTip">抱歉暂时没有找到相关内容,</view>
|
||||
<view class="agreeTip">
|
||||
是否要去<text class="productAgree" @click="toProductAgree">“提个意见”</text>呢
|
||||
</view> -->
|
||||
<u-empty
|
||||
text="没有查找到相关内容"
|
||||
icon="../../static/images/seach-empt.png">
|
||||
@@ -233,11 +238,15 @@
|
||||
<view style="margin-top: 10px;">
|
||||
<interact-bar :comments="false" :answers="true" :data="item"></interact-bar>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="qa.list.length==0 && qa.loadStatus=='noMore'" class="empty">
|
||||
<u-empty icon="search" text=""></u-empty>
|
||||
<!-- <u-empty icon="search" text=""></u-empty>
|
||||
<view class="agreeTip">抱歉暂时没有找到相关内容,</view>
|
||||
<view class="agreeTip">
|
||||
是否要去<text class="productAgree" @click="toProductAgree">“提个意见”</text>呢
|
||||
</view> -->
|
||||
<u-empty
|
||||
text="没有查找到相关内容"
|
||||
icon="../../static/images/seach-empt.png">
|
||||
|
||||
Reference in New Issue
Block a user