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.
22 lines
1005 B
22 lines
1005 B
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">{{type == 0 ? '客户' : '员工'}}二维码</view>
|
|
</cu-custom>
|
|
|
|
<view style="padding:32rpx;margin-top:64rpx" wx:if="{{form}}">
|
|
<van-cell clickable is-link>
|
|
<view slot="title" class="flex flex-justify" style="width:100%" bindtap="lookDetail">
|
|
<van-image round width="80rpx" height="80rpx" src="{{'/assets/image/ygImg.png' }}" />
|
|
<view style="width:100%;flex:1;margin-left: 18rpx">
|
|
<view class="text-sg text-bold">{{form.name || form.enterpriseMemberName || ''}}</view>
|
|
<view class="text-sm text-gray" style="line-height:32rpx;height:32rpx">
|
|
<text>联系电话:{{form.mobile || form.phone}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</van-cell>
|
|
<view class="bg-white flex flex-center" style="padding:48rpx 32rpx;" bindtap="previewImage">
|
|
<canvas style="width:600rpx; height:600rpx;" canvas-id="van-qrcode"></canvas>
|
|
</view>
|
|
</view>
|
|
|
|
<notification id="qn-notification" />
|