123456789101112131415161718192021222324252627282930 |
- </form>
- <form class="layui-form form10" action="" target="f10" method="post">
- <input type="hidden" name="goods_id" id="goods_id" value="">
- <input type="hidden" name="other" id="other" value="">
- <input type="hidden" name="other_id" id="other_id" value="">
- <input type="hidden" name="function" id="function" value="skuMsg">
- <iframe id="f10" name="f10" style="display:none;"></iframe>
- <div class="layui-form-item" id="sku">
- <table class="layui-table">
- <thead>
- <tr>
- <th>昵称</th>
- <th>加入时间</th>
- <th>签名</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>贤心</td>
- <td>2016-11-29</td>
- <td>人生就像是一场修行</td>
- </tr>
- <tr>
- <td>许闲心</td>
- <td>2016-11-28</td>
- <td>于千万人之中遇见你所遇见的人,于千万年之中,时间的无涯的荒野里…</td>
- </tr>
- </tbody>
- </table>
- </div>
|