Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
wildfirecode13
icbcRPG
Commits
0415215a
Commit
0415215a
authored
Jul 28, 2021
by
shunx 马
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求迭代,白名单用户去掉点击跳转,气泡文案更改
parent
fb449e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
main3.jsx
project/src/pages/main3/main3.jsx
+5
-2
No files found.
project/src/pages/main3/main3.jsx
View file @
0415215a
...
...
@@ -116,6 +116,8 @@ class Main3 extends Component {
if
(
this
.
props
.
data
&&
!
this
.
props
.
data
.
isnewUser
)
{
//不是新用户
API
.
signInfo
().
then
((
res
)
=>
{
const
{
needPopup
}
=
res
.
data
;
console
.
log
(
"res.data:----------->"
,
res
.
data
);
// const needPopup = res && res.data && res.data.needPopup;
if
(
needPopup
)
{
ViewCtrl
.
showWin
(
Enum
.
Com
.
Sign
,
res
.
data
);
}
...
...
@@ -353,9 +355,10 @@ class Main3 extends Component {
<
img
className=
"main3_rolepop "
uuid=
"c27fef65-4506-42f8-85df-207999e11de1"
onClick=
{
()
=>
this
.
whitePerson
()
}
//
onClick=
{()
=
>
this.whitePerson()}
// src="//yun.duiba.com.cn/spark/assets/77234d6cb9376e89e6aea4d13009b3f859f36197.png"
src=
"//yun.duiba.com.cn/spark/assets/ba78770db08f0ad4d7bb73ee59526e7751589946.png"
// src="//yun.duiba.com.cn/spark/assets/ba78770db08f0ad4d7bb73ee59526e7751589946.png"
src="//yun.duiba.com.cn/spark/assets/645c2c36ccbfaed53c9ff76b0c0505138423553f.png"
/
>
:
(rolepop
&&
...
...
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