Browse Source

修改卖家中心。个人产品库以及企业产品库查看不了空状态问题

shenjj 7 năm trước cách đây
mục cha
commit
6bc0afaa9d
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      pages/mobile/center/vendor/product.vue

+ 5 - 5
pages/mobile/center/vendor/product.vue

@@ -141,6 +141,11 @@
           <div class="label-text">{{item.tag || '暂无标签信息'}}</div>
         </div>
       </div>
+      <div class="none-state" v-show="StateNone">
+        <img src="/images/mobile/@2x/search-empty.png">
+        <p>暂无数据</p>
+        <nuxt-link to="/">返回首页</nuxt-link>
+      </div>
     </div>
     <!-- 企业产品库 查看信息 -->
     <div class="deleteKuang" v-show="showMoreinfn" @touchmove="preventTouchMove($event)">
@@ -257,11 +262,6 @@
         </div>
       </div>
     </div>
-    <div class="none-state" v-show="StateNone">
-      <img src="/images/mobile/@2x/search-empty.png">
-      <p>暂无数据</p>
-      <nuxt-link to="/">返回首页</nuxt-link>
-    </div>
     <remind-box :title="collectResult" :timeoutCount="timeoutCount"></remind-box>
     <pull-up :fixId="'provider-wrapper'" :searchMore="isSearchSearchingMore" :allPage="EnterprisePage" :page="seekPage" @pullUpAction="getMoreSearch"></pull-up>
     <!-- 在售产品编辑框 -->