Authored by 马力

是否新品字段展示有问题

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