|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
<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="toDetail"> |
|
|
|
<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> |
|
|
|
@ -18,12 +18,5 @@ |
|
|
|
<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" /> |