Authored by shuaiguo

feat(优惠券): 免邮券增加与无金额门槛券互斥配置样式调整

... ... @@ -61,7 +61,7 @@
<input type="checkbox" value="2" name="isNew" class="custom-1" [[if status==1]] disabled [[/if]] /> 前台展示(用于金卡/白金卡用户免邮券前台展示标识)
<input type="hidden" value="[[isNew]]" id="isNew" for="checkbox" placeholder="前台展示"/></label>
<label>
<input type="checkbox" value="Cash" name="mutexLimit" class="custom-1" [[if status==1]] disabled [[/if]] /> 与无金额门槛券互斥(用户只能选择一种)
<input type="checkbox" value="Cash" name="mutexLimit" class="custom-1" [[if status==1]] disabled [[/if]] /> 与无金额门槛券互斥(用户只能选择一种)
<input type="hidden" value="[[mutexLimit]]" id="mutexLimit" for="checkbox" placeholder="前台展示"/></label>
[[/if]]
[[if couponType=='3']]
... ...