Authored by weiqingting

品类尺码修改

... ... @@ -150,6 +150,7 @@ edit.prototype={
}else{
_w.prepend('<img width="76" height="80" src="'+response.data+'">');
}
$(this).attr("value",response.data);
},
'onStart': function() {
},
... ...
... ... @@ -198,14 +198,14 @@
<div class="form-group">
<label class="col-sm-2 control-label">开户行<span class="red">*</span></label>
<div class="col-sm-8">
<input type="text" id="bankName" placeholder="请填写开户行" class="form-control" value="{{bankName}}">
<input type="text" id="bankName" placeholder="请填写开户行" class="form-control" value="{{bankName}}" required>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">开户账号<span class="red">*</span></label>
<div class="col-sm-8">
<input type="text" id="bankAccount" placeholder="请填写开户账号" class="form-control" value="{{bankAccount}}">
<input type="text" id="bankAccount" placeholder="请填写开户账号" class="form-control" value="{{bankAccount}}" required>
</div>
</div>
... ...