feat: 分享二维码跳转到小程序商品页

master
yin5th 2023-09-15 15:52:38 +08:00
parent 47fe897b0a
commit d6cd61b289
4 changed files with 44 additions and 3 deletions

View File

@ -85,8 +85,8 @@
</select> </select>
</div> </div>
</div> </div>
<!--供货商--> <!--供货商-->
<div class="layui-form-item"> <div class="layui-form-item layui-hide">
<label class="layui-form-label">供货商:</label> <label class="layui-form-label">供货商:</label>
<div class="layui-input-inline"> <div class="layui-input-inline">
<select disabled name="supplier_id" lay-verType="tips" switch-tab="0" verify-msg="请选择供货商"> <select disabled name="supplier_id" lay-verType="tips" switch-tab="0" verify-msg="请选择供货商">
@ -94,6 +94,47 @@
</select> </select>
</div> </div>
</div> </div>
<!--供货商 新-->
<div class="layui-form-item">
<label class="layui-form-label">供货商:</label>
<div class="layui-input-block">
<table class="layui-table">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead>
<tr>
<th>供应商</th>
<th>价格</th>
<th>时间</th>
<th>来源</th>
<th>寻源人员</th>
</tr>
</thead>
<tbody>
<tr>
<td>京东</td>
<td>12</td>
<td>2023-09-15</td>
<td>京东</td>
<td>刘东东</td>
</tr>
<tr>
<td>淘宝</td>
<td>13</td>
<td>2023-09-01</td>
<td>淘宝</td>
<td>马芸</td>
</tr>
</tbody>
</table>
</div>
</div>
<!--商品主图--> <!--商品主图-->
<div class="layui-form-item" style="margin-bottom: 0px"> <div class="layui-form-item" style="margin-bottom: 0px">
<label class="layui-form-label"><span class="form-label-asterisk">*</span>商品封面图:</label> <label class="layui-form-label"><span class="form-label-asterisk">*</span>商品封面图:</label>

View File

@ -98,7 +98,7 @@
</script> </script>
<script type="text/html" id="qr-info"> <script type="text/html" id="qr-info">
<img src="/images/share/share_qr.png" style="height:60px;width: 60px" class="image-show"> <img src="/images/share/share_qr_test.png" style="height:60px;width: 60px" class="image-show">
</script> </script>
<script type="text/html" id="goods-info"> <script type="text/html" id="goods-info">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB