|
@@ -42,20 +42,20 @@
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="label">学员简介:</view>
|
|
|
- <view class="value">{{stuInfo.brief}}
|
|
|
- <textarea name="brief" maxlength="-1" auto-height value="{{stuInfo.brief}}" disabled placeholder="请输入学员简介" />
|
|
|
+ <view class="value">
|
|
|
+ <textarea name="brief" maxlength="500" value="{{stuInfo.brief}}" disabled placeholder="请输入学员简介" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="label">过往荣誉:</view>
|
|
|
<view class="value">
|
|
|
- <textarea name="honer" maxlength="-1" auto-height value="{{stuInfo.honer}}" disabled placeholder="请输入过往荣誉" />
|
|
|
+ <textarea name="honer" maxlength="500" value="{{stuInfo.honer}}" disabled placeholder="请输入过往荣誉" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="label">训练经历:</view>
|
|
|
<view class="value">
|
|
|
- <textarea name="exp" maxlength="-1" auto-height value="{{stuInfo.exp}}" disabled placeholder="请输入训练经历" />
|
|
|
+ <textarea name="exp" maxlength="500" value="{{stuInfo.exp}}" disabled placeholder="请输入训练经历" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|