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.
29 lines
1.4 KiB
29 lines
1.4 KiB
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">客户二维码</view>
|
|
</cu-custom>
|
|
|
|
<view style="padding:32rpx;margin-top:64rpx">
|
|
<van-cell clickable is-link>
|
|
<view slot="title" class="flex flex-justify" style="width:100%" bindtap="customerInfo">
|
|
<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">{{name || ''}}</view>
|
|
<view class="text-sm text-gray" style="line-height:32rpx;height:32rpx">
|
|
<text>联系电话:18545124454</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>
|
|
<!-- <view style="margin-top:16rpx;padding:48rpx 44rpx">
|
|
<van-button block type="primary" bind:click="registCustomer" wx:if="{{form.id && !form.userId}}">邀请注册纸通宝</van-button>
|
|
<view style="height:36rpx" wx:if="{{form.id && !form.userId}}"></view>
|
|
<van-button block type="danger" bind:click="deleteForm">删除客户</van-button>
|
|
<view style="height:36rpx"></view>
|
|
<van-button block type="info" bind:click="submitForm">修改客户信息</van-button>
|
|
</view> -->
|
|
|
|
<notification id="qn-notification" />
|