|
@@ -51,19 +51,19 @@
|
|
|
<view class="content">
|
|
|
<view class="label">教练简介:</view>
|
|
|
<view class="value">
|
|
|
- <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
|
|
|
+ <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="label">过往荣誉:</view>
|
|
|
<view class="value">
|
|
|
- <textarea name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
|
|
|
+ <input name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="label">教学经历:</view>
|
|
|
<view class="value">
|
|
|
- <textarea name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
|
|
|
+ <input name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btn">
|