Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB_StrongestBrain_250520
Commits
cf89c018
Commit
cf89c018
authored
May 22, 2025
by
cc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d1cc30c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
LoginPop.jsx
src/components/LoginPop/LoginPop.jsx
+7
-6
No files found.
src/components/LoginPop/LoginPop.jsx
View file @
cf89c018
...
@@ -7,7 +7,8 @@ import API from "@src/api";
...
@@ -7,7 +7,8 @@ import API from "@src/api";
import
{
_asyncThrottle
,
getUrlParam
}
from
"@src/utils/utils"
;
import
{
_asyncThrottle
,
getUrlParam
}
from
"@src/utils/utils"
;
import
{
REG_TEL
}
from
"@src/utils/constants"
;
import
{
REG_TEL
}
from
"@src/utils/constants"
;
import
modalStore
from
"@src/store/modal"
;
import
modalStore
from
"@src/store/modal"
;
import
{
LOG_KEY
,
pageView
,
sensorLog
}
from
"@src/utils/sensors"
;
import
{
ModalCtrl
}
from
"@/core/ctrls/ModalCtrl"
;
import
{
LOG_KEY
,
MatterShareOpt
,
MatterViewDuration
,
MatterViewOpt
,
pageView
,
sensorLog
}
from
"../../utils/sensors.js"
;
@
observer
@
observer
class
LoginPop
extends
React
.
Component
{
class
LoginPop
extends
React
.
Component
{
...
@@ -21,14 +22,14 @@ class LoginPop extends React.Component {
...
@@ -21,14 +22,14 @@ class LoginPop extends React.Component {
};
};
componentDidMount
()
{
componentDidMount
()
{
pageView
(
"b1
2830
"
,
{
pageView
(
"b1
4257
"
,
{
page_name
:
"手机号登录页"
,
page_name
:
"手机号登录页"
,
});
});
sensorLog
(
LOG_KEY
.
exposure
,
"b1
2830"
,
"d12832
"
,
{
sensorLog
(
LOG_KEY
.
exposure
,
"b1
4257"
,
"d14260
"
,
{
page_name
:
"手机号登录页"
,
page_name
:
"手机号登录页"
,
button_name
:
"登录按钮"
,
button_name
:
"登录按钮"
,
});
});
sensorLog
(
LOG_KEY
.
exposure
,
"b1
2830"
,
"d12831
"
,
{
sensorLog
(
LOG_KEY
.
exposure
,
"b1
4257"
,
"d14258
"
,
{
page_name
:
"手机号登录页"
,
page_name
:
"手机号登录页"
,
button_name
:
"发送验证码按钮"
,
button_name
:
"发送验证码按钮"
,
});
});
...
@@ -53,7 +54,7 @@ class LoginPop extends React.Component {
...
@@ -53,7 +54,7 @@ class LoginPop extends React.Component {
};
};
clickSend
=
_asyncThrottle
(
async
()
=>
{
clickSend
=
_asyncThrottle
(
async
()
=>
{
sensorLog
(
LOG_KEY
.
click
,
"b1
2830"
,
"d12831
"
,
{
sensorLog
(
LOG_KEY
.
click
,
"b1
4257"
,
"d14258
"
,
{
page_name
:
"手机号登录页"
,
page_name
:
"手机号登录页"
,
button_name
:
"发送验证码按钮"
,
button_name
:
"发送验证码按钮"
,
});
});
...
@@ -69,7 +70,7 @@ class LoginPop extends React.Component {
...
@@ -69,7 +70,7 @@ class LoginPop extends React.Component {
});
});
closeLogin
=
_asyncThrottle
(
async
()
=>
{
closeLogin
=
_asyncThrottle
(
async
()
=>
{
sensorLog
(
LOG_KEY
.
click
,
"b1
2830"
,
"d12832
"
,
{
sensorLog
(
LOG_KEY
.
click
,
"b1
4257"
,
"d14260
"
,
{
page_name
:
"手机号登录页"
,
page_name
:
"手机号登录页"
,
button_name
:
"登录按钮"
,
button_name
:
"登录按钮"
,
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment