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.
21 lines
926 B
21 lines
926 B
<!--pages/home/qrcode/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">二维码名片</view>
|
|
</cu-custom>
|
|
|
|
<view class="flex flex-center" style="padding: 32rpx">
|
|
<view class="semi-circle" style="padding: 32rpx">
|
|
<view class="text-black text-bold" style="text-align: center;margin-bottom:32rpx">
|
|
<text style="font-size:40rpx">{{userInfo.factoryName || '未注册工厂'}}</text>
|
|
</view>
|
|
<view style="width:622rpx;height:622rpx;background:#CCCCCC;"></view>
|
|
<view style="width:622rpx;height:6rpx;"></view>
|
|
<van-divider dashed />
|
|
<view class="text-gray" style="text-align: center;margin-top:32rpx">
|
|
<text>使用微信扫码可以注册成为工厂客户</text>
|
|
<van-button round type="info" custom-style="width:450rpx;margin-top:24rpx" open-type="share">微信分享</van-button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<notification id="qn-notification"/>
|