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.
12 lines
470 B
12 lines
470 B
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">客户二维码</view>
|
|
</cu-custom>
|
|
|
|
<view class="flex flex-center flex-column" style="margin-top:48rpx">
|
|
<view class="bg-white" style="padding:32rpx" bindtap="previewImage">
|
|
<canvas style="width:600rpx; height:600rpx;" canvas-id="van-qrcode"></canvas>
|
|
</view>
|
|
<text class="text-xl" style="margin-top:96rpx;text-align:center">{{name}}</text>
|
|
</view>
|
|
|
|
<notification id="qn-notification" />
|