You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
3.5 KiB
48 lines
3.5 KiB
9 months ago
|
<view class="page flex-col" style="position:fixed;">
|
||
|
<view class="group_1 flex-col">
|
||
|
<view class="section_3 flex-row justify-between">
|
||
|
<image bindtap="__e" class="image_3" data-event-opts="{{[ [ 'tap',[ ['gerenziliao'] ] ] ]}}" referrerpolicy="no-referrer" src="{{user.avatar}}"></image>
|
||
|
<view bindtap="__e" class="text-group_1 flex-col justify-between" data-event-opts="{{[ [ 'tap',[ ['gerenziliao'] ] ] ]}}" wx:if="{{user.real_name}}">
|
||
|
<text class="text_3">{{user.real_name+''}}<text class="text_7" style="margin-left:40rpx;" wx:if="{{user.group_id==1}}">老师</text>
|
||
|
<text class="text_7" style="margin-left:40rpx;" wx:if="{{user.group_id==2}}">家长</text>
|
||
|
<text class="text_7" style="margin-left:40rpx;" wx:if="{{user.group_id==3}}">亲属</text>
|
||
|
</text>
|
||
|
<text class="text_4">{{user.phone}}</text>
|
||
|
</view>
|
||
|
<view bindtap="__e" data-event-opts="{{[ [ 'tap',[ ['denglu'] ] ] ]}}" style="font-size:40rpx;margin-top:50rpx;" wx:else>未登录</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="group_2 flex-row">
|
||
|
<view class="group_3 flex-col">
|
||
|
<view class="block_3 flex-col">
|
||
|
<text class="text_5">常用工具</text>
|
||
|
<view class="group_4 flex-row">
|
||
|
<view bindtap="__e" class="image-text_1 flex-col justify-between" data-event-opts="{{[ [ 'tap',[ [ 'gourl',[1] ] ] ] ]}}">
|
||
|
<view class="image-wrapper_1 flex-col">
|
||
|
<image class="label_1" referrerpolicy="no-referrer" src="/static/lanhu_gerenzhongxin/FigmaDDSSlicePNGe72f23718c4780e01a4e16d41ad05c0f.png"></image>
|
||
|
</view>
|
||
|
<text class="text-group_2">绑定亲情号</text>
|
||
|
</view>
|
||
|
<view bindtap="__e" class="image-text_2 flex-col justify-between" data-event-opts="{{[ [ 'tap',[ [ 'gourl',[2] ] ] ] ]}}" wx:if="{{user.group_id==1}}">
|
||
|
<image class="label_2" referrerpolicy="no-referrer" src="/static/lanhu_gerenzhongxin/FigmaDDSSlicePNGda3970b9f131d72b29bb7fd75529e0f0.png"></image>
|
||
|
<text class="text-group_3">导入学生</text>
|
||
|
</view>
|
||
|
<button class="image-text_3 flex-col justify-between" openType="contact" plain="true">
|
||
|
<view class="image-wrapper_2 flex-col">
|
||
|
<image class="label_3" referrerpolicy="no-referrer" src="/static/lanhu_gerenzhongxin/FigmaDDSSlicePNG869e64102cdcb2511279c618a15f999d.png"></image>
|
||
|
</view>
|
||
|
<text class="text-group_4">在线客服</text>
|
||
|
</button>
|
||
|
<view bindtap="__e" class="image-text_4 flex-col justify-between" data-event-opts="{{[ [ 'tap',[ [ 'gourl',[4] ] ] ] ]}}" wx:if="{{user.group_id==2}}">
|
||
|
<image class="label_4" referrerpolicy="no-referrer" src="/static/lanhu_gerenzhongxin/FigmaDDSSlicePNGe93e086318da7c379adbdef21f6d3e17.png"></image>
|
||
|
<text class="text-group_5">投诉与建议</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view bindtap="__e" class="text-wrapper_1 flex-col" data-event-opts="{{[ [ 'tap',[ ['loginout'] ] ] ]}}" wx:if="{{user.real_name}}">
|
||
|
<text class="text_6">退出登录</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|