Commit 2b6f19fd authored by 王炽's avatar 王炽

66666

parent f4fdc955
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
.record_button { .record_button {
position: absolute; position: absolute;
width: 146rpx; width: 146rpx;
height: 62rpx; height: 52rpx;
top: 16rpx; top: 16rpx;
right: 20rpx; right: 20rpx;
background: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8);
......
...@@ -204,7 +204,6 @@ const onGetPhoneNumber = async (e) => { ...@@ -204,7 +204,6 @@ const onGetPhoneNumber = async (e) => {
const { inviteCode: ivtCode, unionId: uid } = initInviteParams(); const { inviteCode: ivtCode, unionId: uid } = initInviteParams();
isLogin.value = true; isLogin.value = true;
console.log(2222222222);
// 如果有邀请码,调用助力接口 // 如果有邀请码,调用助力接口
if (ivtCode && isLogin.value) { if (ivtCode && isLogin.value) {
await callAssistInvite(ivtCode, uid); await callAssistInvite(ivtCode, uid);
......
...@@ -2826,6 +2826,7 @@ const handleInviteClick = () => { ...@@ -2826,6 +2826,7 @@ const handleInviteClick = () => {
buttonName: "去邀请", buttonName: "去邀请",
}); });
console.log('islogin.valuehandleInviteClick=', islogin.value);
if (!islogin.value) { if (!islogin.value) {
needReinit.value = true; needReinit.value = true;
jump({ jump({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment