Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
华夏模拟理财_20250701
Commits
63f38f0d
Commit
63f38f0d
authored
Jul 16, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 微信端(通过下线二维码进入) 登录弹窗不需要隐私协议
parent
70181fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
loginpop.jsx
src/panels/loginpop/loginpop.jsx
+5
-2
No files found.
src/panels/loginpop/loginpop.jsx
View file @
63f38f0d
...
@@ -8,7 +8,7 @@ import { ModalCtrl } from '@/core/ctrls/ModalCtrl';
...
@@ -8,7 +8,7 @@ import { ModalCtrl } from '@/core/ctrls/ModalCtrl';
import
{
Button
,
Toast
}
from
'@grace/ui'
;
import
{
Button
,
Toast
}
from
'@grace/ui'
;
import
{
_asyncThrottle
,
getUrlParam
}
from
'@/utils/utils'
;
import
{
_asyncThrottle
,
getUrlParam
}
from
'@/utils/utils'
;
import
LightSDK
from
'light-sdk/dist/index.umd'
import
LightSDK
from
'light-sdk/dist/index.umd'
import
{
CHANNEL
}
from
'@/AppTools'
;
import
{
CHANNEL
,
isWeiXin
}
from
'@/AppTools'
;
import
Privacypop
from
'../privacypop/privacypop'
;
import
Privacypop
from
'../privacypop/privacypop'
;
/* 电话号码验证规则 **/
/* 电话号码验证规则 **/
...
@@ -34,7 +34,10 @@ class Loginpop extends React.Component {
...
@@ -34,7 +34,10 @@ class Loginpop extends React.Component {
}
}
componentDidMount
()
{
componentDidMount
()
{
this
.
queryAgreement
()
// 微信端(通过下线二维码进入) 不需要隐私协议
if
(
!
isWeiXin
())
{
this
.
queryAgreement
()
}
if
(
CFG
.
channel
===
CHANNEL
.
HXLC
)
{
if
(
CFG
.
channel
===
CHANNEL
.
HXLC
)
{
this
.
getUserInfo
()
this
.
getUserInfo
()
}
}
...
...
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