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
af37c3ad
Commit
af37c3ad
authored
Dec 29, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
98e3c4a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.js
project/mock/e-family/index.js
+1
-1
sign.jsx
project/src/components/sign/sign.jsx
+1
-0
No files found.
project/mock/e-family/index.js
View file @
af37c3ad
...
@@ -116,7 +116,7 @@ export const dosign = {
...
@@ -116,7 +116,7 @@ export const dosign = {
"awardPic"
:
"//yun.dui88.com/projectxh5/coupon-250-250.png"
"awardPic"
:
"//yun.dui88.com/projectxh5/coupon-250-250.png"
},
},
"message"
:
null
,
"message"
:
null
,
"success"
:
fals
e
"success"
:
tru
e
}
}
// export const dosign ={
// export const dosign ={
...
...
project/src/components/sign/sign.jsx
View file @
af37c3ad
...
@@ -36,6 +36,7 @@ class Sign extends Component {
...
@@ -36,6 +36,7 @@ class Sign extends Component {
getHomeInfo
();
getHomeInfo
();
if
(
res
.
data
.
type
!==
'joyBean'
)
{
if
(
res
.
data
.
type
!==
'joyBean'
)
{
this
.
props
.
closeWin
();
ViewCtrl
.
showWin
(
Enum
.
Com
.
Comprize
,
res
.
data
);
ViewCtrl
.
showWin
(
Enum
.
Com
.
Comprize
,
res
.
data
);
}
else
{
}
else
{
this
.
props
.
closeWin
();
this
.
props
.
closeWin
();
...
...
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