Browse Source

商品内置流量最多限制为1PB,防止因账号可用流量过大导致有赞回调失败

bingo 8 years ago
parent
commit
4d470e6969
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/shop/goodsList.blade.php

+ 1 - 1
resources/views/shop/goodsList.blade.php

@@ -47,7 +47,7 @@
                                 <tbody>
                                 @if($goodsList->isEmpty())
                                     <tr>
-                                        <td colspan="9">暂无数据</td>
+                                        <td colspan="9" style="text-align: center;">暂无数据</td>
                                     </tr>
                                 @else
                                     @foreach($goodsList as $goods)