Authored by wangshusheng

增加

@@ -28,6 +28,7 @@ module.exports={ @@ -28,6 +28,7 @@ module.exports={
28 {name: 'orderBy', type: 'Number'}, 28 {name: 'orderBy', type: 'Number'},
29 {name: 'brandIds', type: 'String'}, 29 {name: 'brandIds', type: 'String'},
30 {name: 'icon', type: 'String'}, 30 {name: 'icon', type: 'String'},
  31 + {name: 'iconSelected', type: 'String'},
31 {name: 'productSkns', type: 'String'} 32 {name: 'productSkns', type: 'String'}
32 ] 33 ]
33 }, 34 },
@@ -43,6 +44,7 @@ module.exports={ @@ -43,6 +44,7 @@ module.exports={
43 {name: 'orderBy', type: 'Number'}, 44 {name: 'orderBy', type: 'Number'},
44 {name: 'brandIds', type: 'String'}, 45 {name: 'brandIds', type: 'String'},
45 {name: 'icon', type: 'String'}, 46 {name: 'icon', type: 'String'},
  47 + {name: 'iconSelected', type: 'String'},
46 {name: 'productSkns', type: 'String'} 48 {name: 'productSkns', type: 'String'}
47 49
48 ] 50 ]
@@ -119,6 +119,12 @@ @@ -119,6 +119,12 @@
119 <input type="file" id="icon" name="icon" value="{icon}" data-field="icon" /> 119 <input type="file" id="icon" name="icon" value="{icon}" data-field="icon" />
120 </div> 120 </div>
121 </div> 121 </div>
  122 + <div class="form-group">
  123 + <label class="col-sm-2 control-label">选后中图片</label>
  124 + <div class="col-sm-10">
  125 + <input type="file" id="iconSelected" iconSelected="icon" value="{iconSelected}" data-field="icon" />
  126 + </div>
  127 + </div>
122 </div> 128 </div>
123 </script> 129 </script>
124 130