|
@@ -2,40 +2,76 @@
|
|
|
<view slot="info" class="container main">
|
|
|
<view class="one">
|
|
|
<view class="one_1">
|
|
|
- <text class="text">头像:</text>
|
|
|
- <image class="image" src="{{form.icon&&form.icon.length>0?form.icon[0].url:''}}" bindtap="toView" data-item="{{form.icon[0]}}"></image>
|
|
|
+ <view>
|
|
|
+ <text>头像:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image class="image" src="{{form.icon&&form.icon.length>0?form.icon[0].url:''}}" bindtap="toView" data-item="{{form.icon[0]}}"></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">姓名:</text>
|
|
|
- <text class="text1">{{form.name||'暂无昵称'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>姓名:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.name||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">性别:</text>
|
|
|
- <text class="text1">{{form.zhGender||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>性别:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.zhGender||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">年龄:</text>
|
|
|
- <text class="text1">{{form.age||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>年龄:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.age||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">电话:</text>
|
|
|
- <text class="text1">{{form.phone||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>电话:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.phone||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">等级:</text>
|
|
|
- <text class="text1">{{form.zhLevel||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>等级:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.zhLevel||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">简介:</text>
|
|
|
- <text class="text1">{{form.brief||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>简介:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.brief||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">荣誉:</text>
|
|
|
- <text class="text1">{{form.honor||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>荣誉:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.honor||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="one_1">
|
|
|
- <text class="text">教学经历:</text>
|
|
|
- <text class="text1">{{form.exp||'暂无'}}</text>
|
|
|
+ <view>
|
|
|
+ <text>教学经历:</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text>{{form.exp||'暂无'}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|