...
|
...
|
@@ -304,7 +304,7 @@ |
|
|
<div class="col-sm-4">
|
|
|
[[if couponType == 6]]
|
|
|
<textarea class="form-control observe" prompt="SKN除外" data-field="sknExclude"
|
|
|
placeholder="skn用换行或英文逗号分隔" style="resize: none" </textarea>
|
|
|
placeholder="skn用换行或英文逗号分隔" style="resize: none"></textarea>
|
|
|
[[else]]
|
|
|
<textarea class="form-control observe" prompt="SKN除外" data-field="sknExclude"
|
|
|
placeholder="skn用换行或英文逗号分隔" style="resize: none" [[if status==1]] disabled [[/if]]>[[sknExclude]]</textarea>
|
...
|
...
|
|