Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250310_人保春游
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
20250310_人保春游
Commits
7d5bec50
Commit
7d5bec50
authored
Mar 14, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:sparkprojects/20250310_RBSpringOuting
parents
03af2807
cb47dc98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
userhomepage.jsx
src/pages/userhomepage/userhomepage.jsx
+3
-0
No files found.
src/pages/userhomepage/userhomepage.jsx
View file @
7d5bec50
...
...
@@ -68,15 +68,18 @@ class Userhomepage extends React.Component {
};
clickDetails
=
()
=>
{
if
(
!
store
.
checkActTime
())
return
;
store
.
changePage
(
PAGE_MAP
.
LIKE_LOG_PAGE
);
};
clickInvite
=
()
=>
{
if
(
!
store
.
checkActTime
())
return
;
shareStore
.
doInvite
();
API
.
assistJoin
();
};
clickShare
=
()
=>
{
if
(
!
store
.
checkActTime
())
return
;
shareStore
.
doShare
();
};
...
...
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