Authored by wangshusheng

增加

... ... @@ -28,6 +28,7 @@ module.exports={
{name: 'orderBy', type: 'Number'},
{name: 'brandIds', type: 'String'},
{name: 'icon', type: 'String'},
{name: 'iconSelected', type: 'String'},
{name: 'productSkns', type: 'String'}
]
},
... ... @@ -43,6 +44,7 @@ module.exports={
{name: 'orderBy', type: 'Number'},
{name: 'brandIds', type: 'String'},
{name: 'icon', type: 'String'},
{name: 'iconSelected', type: 'String'},
{name: 'productSkns', type: 'String'}
]
... ...
... ... @@ -119,6 +119,12 @@
<input type="file" id="icon" name="icon" value="{icon}" data-field="icon" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">选后中图片</label>
<div class="col-sm-10">
<input type="file" id="iconSelected" iconSelected="icon" value="{iconSelected}" data-field="icon" />
</div>
</div>
</div>
</script>
... ...