mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-16 21:26:13 +08:00
整理通知相关以及deleted字段相关
This commit is contained in:
parent
3838d95dc4
commit
da1d35399d
@ -57,16 +57,6 @@
|
||||
<td><input id="tc-verify" class="layui-input" type="text" value="验证码:{1},{2} 分钟内有效,如非本人操作请忽略。" readonly="readonly"></td>
|
||||
<td><span class="kg-copy layui-btn" data-clipboard-target="#tc-verify">复制</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>商品发货通知</td>
|
||||
<td>
|
||||
<input type="radio" name="template[goods_deliver][enabled]" value="1" title="是" {% if template.goods_deliver.enabled == "1" %}checked="checked"{% endif %}>
|
||||
<input type="radio" name="template[goods_deliver][enabled]" value="0" title="否" {% if template.goods_deliver.enabled == "0" %}checked="checked"{% endif %}>
|
||||
</td>
|
||||
<td><input class="layui-input" type="text" name="template[goods_deliver][id]" value="{{ template.goods_deliver.id }}" lay-verify="required"></td>
|
||||
<td><input id="tc-order-finish" class="layui-input" type="text" value="发货成功,商品名称:{1},订单序号:{2},请注意查收。" readonly="readonly"></td>
|
||||
<td><span class="kg-copy layui-btn" data-clipboard-target="#tc-goods-deliver">复制</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>购买成功通知</td>
|
||||
<td>
|
||||
@ -77,6 +67,16 @@
|
||||
<td><input id="tc-order-finish" class="layui-input" type="text" value="下单成功,商品名称:{1},订单序号:{2},订单金额:¥{3}" readonly="readonly"></td>
|
||||
<td><span class="kg-copy layui-btn" data-clipboard-target="#tc-order-finish">复制</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>商品发货通知</td>
|
||||
<td>
|
||||
<input type="radio" name="template[goods_deliver][enabled]" value="1" title="是" {% if template.goods_deliver.enabled == "1" %}checked="checked"{% endif %}>
|
||||
<input type="radio" name="template[goods_deliver][enabled]" value="0" title="否" {% if template.goods_deliver.enabled == "0" %}checked="checked"{% endif %}>
|
||||
</td>
|
||||
<td><input class="layui-input" type="text" name="template[goods_deliver][id]" value="{{ template.goods_deliver.id }}" lay-verify="required"></td>
|
||||
<td><input id="tc-order-finish" class="layui-input" type="text" value="发货成功,商品名称:{1},订单序号:{2},请注意查收。" readonly="readonly"></td>
|
||||
<td><span class="kg-copy layui-btn" data-clipboard-target="#tc-goods-deliver">复制</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>退款成功通知</td>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user