|
|
@ -2,3 +2,18 @@ |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<view slot="content">二维码名片</view> |
|
|
<view slot="content">二维码名片</view> |
|
|
</cu-custom> |
|
|
</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> |