Authored by chenchao

fix

@@ -41,7 +41,7 @@ module.exports={ @@ -41,7 +41,7 @@ module.exports={
41 {name: 'registerCertUrl',type: 'string'}, 41 {name: 'registerCertUrl',type: 'string'},
42 {name: 'authorizeCerts',type: 'string'}, 42 {name: 'authorizeCerts',type: 'string'},
43 {name:'brandBanner',type:'string'}, 43 {name:'brandBanner',type:'string'},
44 - {name:'certParty',type:'Number'} 44 + {name:'certParty',type:'string'}
45 ] 45 ]
46 }, 46 },
47 47
@@ -70,7 +70,7 @@ module.exports={ @@ -70,7 +70,7 @@ module.exports={
70 {name: 'registerCertUrl',type: 'string'}, 70 {name: 'registerCertUrl',type: 'string'},
71 {name: 'authorizeCerts',type: 'string'}, 71 {name: 'authorizeCerts',type: 'string'},
72 {name:'brandBanner',type:'string'}, 72 {name:'brandBanner',type:'string'},
73 - {name:'certParty',type:'Number'} 73 + {name:'certParty',type:'string'}
74 ] 74 ]
75 }, 75 },
76 decorateList:{ 76 decorateList:{
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 </div> 18 </div>
19 19
20 <div class="form-group"> 20 <div class="form-group">
21 - <label class="col-sm-2 control-label">品牌介绍</label> 21 + <label class="col-sm-2 control-label">品牌介绍 <span class="red">*</span></label>
22 <div class="col-sm-8"> 22 <div class="col-sm-8">
23 <script id="brandIntro" type="text/plain" style="width:100%;height:200px;"></script> 23 <script id="brandIntro" type="text/plain" style="width:100%;height:200px;"></script>
24 <input type="hidden" id="HidBrand" name="brandIntro" value="<%data.brandIntro%>"> 24 <input type="hidden" id="HidBrand" name="brandIntro" value="<%data.brandIntro%>">