Authored by 马力

是否新品字段展示有问题

... ... @@ -107,7 +107,7 @@
<div class="form-group">
<label class="col-sm-1 control-label">是否新品:</label>
<div class="col-sm-4">
[[if String((sellChannels||'Y')).indexOf('Y')>-1]]
[[if String((isNew||'Y')).indexOf('Y')>-1]]
<label class="radio-inline"><input type="radio" name="isNew" value="Y" checked="checked"></label>
<label class="radio-inline"><input type="radio" name="isNew" value="N"></label>
[[else]]
... ...