分享、注册优化更新

This commit is contained in:
GaoHao
2025-01-13 11:28:01 +08:00
parent 4638a4a30d
commit b15ecf1349
2 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@
count: 60,
relation: "",
invitation: '',
registerCode: '',
isregisterCode: '',
qdCodeion: '', //渠道码
checked: false,
})
@@ -72,7 +72,7 @@
if (options.invitation ) { data.invitation = options.invitation }
let res = await commonType(3)
data.registerCode = res.value
data.isregisterCode = res.value
})
/**
@@ -171,7 +171,7 @@
code,
checked,
invitation,
registerCode,
isregisterCode,
qdCodeion
} = data;
if (!mobile) {
@@ -206,7 +206,7 @@
})
return
}
if (invitation.length == 0 && registerCode == '是') {
if (invitation.length == 0 && isregisterCode == '是') {
uni.showToast({
title: '请输入邀请码',
icon: 'none',
@@ -308,7 +308,7 @@
position: absolute;
left: 0;
right: 0;
bottom: 78rpx;
bottom: 178rpx;
}
.cuIcon::before{