Authored by chenchao

fix

... ... @@ -41,7 +41,7 @@ module.exports={
{name: 'registerCertUrl',type: 'string'},
{name: 'authorizeCerts',type: 'string'},
{name:'brandBanner',type:'string'},
{name:'certParty',type:'Number'}
{name:'certParty',type:'string'}
]
},
... ... @@ -70,7 +70,7 @@ module.exports={
{name: 'registerCertUrl',type: 'string'},
{name: 'authorizeCerts',type: 'string'},
{name:'brandBanner',type:'string'},
{name:'certParty',type:'Number'}
{name:'certParty',type:'string'}
]
},
decorateList:{
... ...
... ... @@ -18,7 +18,7 @@
</div>
<div class="form-group">
<label class="col-sm-2 control-label">品牌介绍</label>
<label class="col-sm-2 control-label">品牌介绍 <span class="red">*</span></label>
<div class="col-sm-8">
<script id="brandIntro" type="text/plain" style="width:100%;height:200px;"></script>
<input type="hidden" id="HidBrand" name="brandIntro" value="<%data.brandIntro%>">
... ...