调整webView,新增关闭按钮

This commit is contained in:
唐明明
2023-01-09 10:41:28 +08:00
parent 7837c4d060
commit 0c0396797c
7 changed files with 30 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
<view class="qrcode-column">
<l-painter class="qrcode-src">
<l-painter-qrcode
:text="'https://app.douhuofalv.com/app?invite_code=' + invite"
:text="'https://app.douhuofalv.com?invite_code=' + invite"
css="width: 250rpx; height: 250rpx;"
/>
</l-painter>
@@ -126,7 +126,7 @@
},
views: [
{
text: "https://app.douhuofalv.com/app?invite_code=" + this.invite,
text: "https://app.douhuofalv.com?invite_code=" + this.invite,
type: "qrcode",
css: {
width: "220rpx",