调整分享码,修复修改资料提示字段判断错误
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<view class="qrcode">
|
||||
<l-painter class="qrcode-src">
|
||||
<l-painter-qrcode
|
||||
:text="'https://app.douhuofalv.com/app?invite_code=' + invite"
|
||||
:text="'https://web.douhuofalv.com/login/register?invite_code=' + invite"
|
||||
css="width: 130px; height: 130px; background-color:white; padding: 10px; border-radius: 10rpx;"
|
||||
/>
|
||||
</l-painter>
|
||||
@@ -157,7 +157,7 @@
|
||||
},
|
||||
views: [
|
||||
{
|
||||
text: "https://app.douhuofalv.com/app?invite_code=" + this.invite,
|
||||
text: "https://web.douhuofalv.com/login/register?invite_code=" + this.invite,
|
||||
type: "qrcode",
|
||||
css: {
|
||||
width: "280rpx",
|
||||
|
||||
Reference in New Issue
Block a user