Browse Source

Merge remote-tracking branch 'origin/feature-wangcz-201814' into feature-wangcz-201814

yangc 7 years ago
parent
commit
2a4e1e9185
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/mobile/center/vendor/attentionBus.vue

+ 2 - 1
pages/mobile/center/vendor/attentionBus.vue

@@ -26,7 +26,7 @@
           </li>
         </ul>
       </div>
-      <div class="none-state" v-if="isSearchSearchingMore && attentionList.length === 0">
+      <div class="none-state" v-if="!isSearchSearchingMore && attentionList.length === 0">
         <img src="/images/mobile/@2x/search-empty.png">
         <p>暂无数据</p>
         <nuxt-link to="/">返回首页</nuxt-link>
@@ -89,6 +89,7 @@
           this.activeType = a
           this.attentionList = []
           this.page = 1
+          this.keyword = ''
           this.getAttentionListArray(this.page)
         },
         searchSeek() {