sku.html 974 B

123456789101112131415161718192021222324252627282930
  1. </form>
  2. <form class="layui-form form10" action="" target="f10" method="post">
  3. <input type="hidden" name="goods_id" id="goods_id" value="">
  4. <input type="hidden" name="other" id="other" value="">
  5. <input type="hidden" name="other_id" id="other_id" value="">
  6. <input type="hidden" name="function" id="function" value="skuMsg">
  7. <iframe id="f10" name="f10" style="display:none;"></iframe>
  8. <div class="layui-form-item" id="sku">
  9. <table class="layui-table">
  10. <thead>
  11. <tr>
  12. <th>昵称</th>
  13. <th>加入时间</th>
  14. <th>签名</th>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td>贤心</td>
  20. <td>2016-11-29</td>
  21. <td>人生就像是一场修行</td>
  22. </tr>
  23. <tr>
  24. <td>许闲心</td>
  25. <td>2016-11-28</td>
  26. <td>于千万人之中遇见你所遇见的人,于千万年之中,时间的无涯的荒野里…</td>
  27. </tr>
  28. </tbody>
  29. </table>
  30. </div>