|
|
|
@ -226,19 +226,19 @@ |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-2 control-label">店铺详情/企业简历</label> |
|
|
|
<div class="col-sm-9"> |
|
|
|
{php echo tpl_diy_editor_create('register[introduction]', $register['introduction']);} |
|
|
|
<textarea name="register[introduction]" cols="92" rows="5">{$register['introduction']}</textarea> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-2 control-label">经营业务</label> |
|
|
|
<div class="col-sm-9"> |
|
|
|
{php echo tpl_diy_editor_create('ent_data[business]', $entData['business']);} |
|
|
|
<textarea name="register[business]" cols="92" rows="5">{$register['business']}</textarea> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<label class="col-sm-2 control-label">企业优势</label> |
|
|
|
<div class="col-sm-9"> |
|
|
|
{php echo tpl_diy_editor_create('ent_data[advantage]', $entData['advantage']);} |
|
|
|
<textarea name="register[advantage]" cols="92" rows="5">{$register['advantage']}</textarea> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
|