Browse Source

Merge branch 'feature-201819-wangcz' into release-201819-wangcz

yangc 7 years ago
parent
commit
fa882dd519
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/search/GoodList.vue

+ 2 - 2
components/search/GoodList.vue

@@ -147,7 +147,7 @@
               </div>
             </td>
           </tr>
-          <tr v-if="!good_list.content || !good_list.content.length">
+          <!--<tr v-if="!good_list.content || !good_list.content.length">
             <td colspan="12">
               <div class="empty">
                 <p class="empty-img">
@@ -159,7 +159,7 @@
                 </div>
               </div>
             </td>
-          </tr>
+          </tr>-->
           </tbody>
         </table>
       </div>