Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d9f71c2d
authored
2026-05-08 10:04:53 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提示
1 parent
dcf867ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
pages/index/home.vue
pages/index/home.vue
View file @
d9f71c2
...
...
@@ -758,7 +758,7 @@ function goPath(path) {
}
return
}
if
(
memberInfo
.
value
.
activeStatus
==
0
)
{
if
(
app
.
globalData
.
memberInfo
?
.
activeStatus
==
0
)
{
uni
.
showModal
({
title
:
'提示'
,
content
:
'账号未激活,请前去激活'
,
...
...
@@ -893,7 +893,7 @@ function init() {
}
})
}
if
(
memberInfo
.
value
.
activeStatus
==
0
)
{
if
(
app
.
globalData
.
memberInfo
?
.
activeStatus
==
0
)
{
uni
.
showModal
({
content
:
'账号未激活,请前去激活'
,
success
:
function
(
res
)
{
...
...
@@ -1030,14 +1030,14 @@ function checkDialogs() {
// 密码长期未更新提示: changePassFlag='1' && activeStatus=1 && authenticationStatus=2
if
(
app
.
globalData
.
changePassFlag
==
'1'
&&
memberInfoData
.
activeStatus
==
'1'
&&
app
.
globalData
.
memberInfo
?
.
activeStatus
==
'1'
&&
app
.
globalData
.
authenticationStatus
==
2
)
{
passwordTipPopup
.
value
.
open
()
}
// 绑定手机号条件: changePassFlag='1' && activeStatus=1 && authenticationStatus=2 && phonenumber为空 && checkFlag=1
if
(
app
.
globalData
.
changePassFlag
===
'1'
&&
memberInfoData
.
activeStatus
==
1
&&
app
.
globalData
.
memberInfo
?
.
activeStatus
==
1
&&
app
.
globalData
.
authenticationStatus
==
2
&&
!
user
.
phonenumber
&&
user
.
checkFlag
==
1
)
{
...
...
@@ -1046,7 +1046,7 @@ function checkDialogs() {
}
// 申请考点条件: activeStatus=1 && authenticationStatus=2 && hintFlag=1 && deptType=6 && isPoints=1
if
(
memberInfoData
.
activeStatus
==
1
&&
if
(
app
.
globalData
.
memberInfo
?
.
activeStatus
==
1
&&
app
.
globalData
.
authenticationStatus
==
2
&&
user
.
hintFlag
==
1
&&
app
.
globalData
.
deptType
==
6
&&
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment