59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
|
|
<view class="container" style="height: calc(100vh - 96rpx - {{height}}px);">
|
|
<view class="bk"></view>
|
|
<view class="content">
|
|
<view class="name">{{info.user_name}}</view>
|
|
<view class="zhicheng">
|
|
<view class="zhicheng_title">{{info.doctor_title}}</view>
|
|
<view class="zhicheng_c"> | </view>
|
|
<view class="zhicheng_name">{{info.department_custom_name }}</view>
|
|
</view>
|
|
<view class="hospital">{{info.hospital_name}}</view>
|
|
</view>
|
|
<view class="photo">
|
|
<t-avatar class="avatar" size="large" image="{{info.avatar}}" />
|
|
</view>
|
|
<view class="qrcode">
|
|
<t-image bindtap="showVisible" src="{{info.qr_code_url}}" mode="heightFix" width="150" height="150" aria-label="qrcode" />
|
|
<text>微信长按或扫描二维码查看我的更多信息</text>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="block">
|
|
<view class="header">
|
|
<view class="title">分享我的名片到</view>
|
|
</view>
|
|
<view class="imgbox">
|
|
<!-- <view class="imgbox_item">
|
|
<t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/wx.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" />
|
|
<text class="imgbox_item_txt">
|
|
微信好友
|
|
</text>
|
|
</view>
|
|
<view class="imgbox_item">
|
|
<t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/pyq.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" />
|
|
<text class="imgbox_item_txt">
|
|
朋友圈
|
|
</text>
|
|
</view> -->
|
|
<view class="imgbox_item" bindtap="onSave">
|
|
<!-- <t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/wx.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" /> -->
|
|
<t-icon color="#fff" name="download" size="24" data-name="download" class="t_icon" />
|
|
<text class="imgbox_item_txt">
|
|
保存至相册
|
|
</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<t-dialog
|
|
visible="{{showText}}"
|
|
content="您已禁止保存名片到相册,现在去开启"
|
|
confirm-btn="{{ confirmBtn }}"
|
|
close-btn="{{true}}"
|
|
bind:confirm="openSetting"
|
|
/>
|
|
|
|
</view>
|
|
<painter palette="{{template}}" customStyle="position:fixed;top:-9999rpx;" bind:imgOK="onImgOK"/> |