Authored by chenchao

disable when audit pass

... ... @@ -57,7 +57,7 @@
</select>
[[if couponType=='5']]
<label class="checkbox-inline">
<input type="checkbox" value="2" name="isNew" class="custom-1"> 前台展示(用于金卡/白金卡用户免邮券前台展示标识)
<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="前台展示">
[[/if]]
... ...