feat(优惠券): 免邮券增加与无金额门槛券互斥配置样式调整
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | <input type="checkbox" value="2" name="isNew" class="custom-1" [[if status==1]] disabled [[/if]] /> 前台展示(用于金卡/白金卡用户免邮券前台展示标识) | 61 | <input type="checkbox" value="2" name="isNew" class="custom-1" [[if status==1]] disabled [[/if]] /> 前台展示(用于金卡/白金卡用户免邮券前台展示标识) |
62 | <input type="hidden" value="[[isNew]]" id="isNew" for="checkbox" placeholder="前台展示"/></label> | 62 | <input type="hidden" value="[[isNew]]" id="isNew" for="checkbox" placeholder="前台展示"/></label> |
63 | <label> | 63 | <label> |
64 | - <input type="checkbox" value="Cash" name="mutexLimit" class="custom-1" [[if status==1]] disabled [[/if]] /> 与无金额门槛券互斥(用户只能选择一种) | 64 | + <input type="checkbox" value="Cash" name="mutexLimit" class="custom-1" [[if status==1]] disabled [[/if]] /> 与无金额门槛券互斥(用户只能选择一种) |
65 | <input type="hidden" value="[[mutexLimit]]" id="mutexLimit" for="checkbox" placeholder="前台展示"/></label> | 65 | <input type="hidden" value="[[mutexLimit]]" id="mutexLimit" for="checkbox" placeholder="前台展示"/></label> |
66 | [[/if]] | 66 | [[/if]] |
67 | [[if couponType=='3']] | 67 | [[if couponType=='3']] |
-
Please register or login to post a comment