Browse Source

dammy Statas

wangcz 8 years ago
parent
commit
183a22b073
2 changed files with 5 additions and 3 deletions
  1. 3 1
      components/product/component/StoreInfo.vue
  2. 2 2
      components/search/GoodList.vue

+ 3 - 1
components/product/component/StoreInfo.vue

@@ -124,7 +124,9 @@
             </td>
             </td>
           </tr>
           </tr>
           <tr v-if="!storeList.content || storeList.content.length == 0">
           <tr v-if="!storeList.content || storeList.content.length == 0">
-            <td colspan="10" class="text-center" style="line-height: 40px; font-size: 14px;"><i class="fa fa-smile-o fa-lg"></i> 暂无现货</td>
+            <td colspan="10" class="text-center" style="line-height: 40px; font-size: 14px; color:#999;">
+              暂无现货信息
+            </td>
           </tr>
           </tr>
         </tbody>
         </tbody>
       </table>
       </table>

+ 2 - 2
components/search/GoodList.vue

@@ -137,8 +137,8 @@
             </td>
             </td>
           </tr>
           </tr>
           <tr v-if="good_list.components.length == 'undefined' ||good_list.components.length == 0">
           <tr v-if="good_list.components.length == 'undefined' ||good_list.components.length == 0">
-            <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;">
-              <i class="fa fa-smile-o fa-lg"></i> 暂无产品信息
+            <td colspan="10" class="text-center" style="line-height: 40px; font-size: 14px;color:#999">
+              暂无产品信息
             </td>
             </td>
           </tr>
           </tr>
           </tbody>
           </tbody>