调整webView,新增关闭按钮
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user