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
592 B

<!--pages/login/register.wxml-->
<view class="container">
<image class="codeImage" src="/images/QR_code.png" mode="aspectFill"></image>
<view class="title">请添加上方二维码或下方按钮联系客服注册账号</view>
<view class="serviceView">
<view style='position: relative;'>
<contact-button class="service" type="default-light" session-from="product"></contact-button>
<image class="icon_kf" style='width:22px;height:22px;' src="/images/kefu.png"></image>
</view>
<view class="dbtext" style='margin-top: 5rpx;'>联系客服</view>
</view>
</view>