|
|
|
@ -22,21 +22,24 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="show_information" wx:for="{{teacher}}">
|
|
|
|
|
<view class="show_information" wx:for="{{teacher}}" wx:key="_id">
|
|
|
|
|
<!-- //当每通过一个教员上传的简历信息则创建一个 -->
|
|
|
|
|
<view class="content-container">
|
|
|
|
|
<image class="image" src="图片地址"></image>
|
|
|
|
|
<image class="image" src="/images/user.png"></image>
|
|
|
|
|
<view class="text-container">
|
|
|
|
|
<text class="title">标题</text>
|
|
|
|
|
<text class="title">{{item.name}}</text>
|
|
|
|
|
<view>
|
|
|
|
|
<text class="description">描述信息</text>
|
|
|
|
|
<text class="description">
|
|
|
|
|
电话号码:{{item.phone}}
|
|
|
|
|
email:{{item.email}}
|
|
|
|
|
其他信息:null
|
|
|
|
|
</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="button-container">
|
|
|
|
|
<button class="button">按钮一</button>
|
|
|
|
|
<button class="button">按钮二</button>
|
|
|
|
|
<button bind:tap="navToComments" class="button">评论</button>
|
|
|
|
|
<button bind:tap="contactTeacher" data-item="{{item.phone}}" class="button">联系</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="desc">这里是家教帮平台,再也不用担心孩子的学习了</view>
|
|
|
|
|