Commit 7d5bec50 authored by 徐士卿's avatar 徐士卿

Merge branch 'master' of gitlab2.dui88.com:sparkprojects/20250310_RBSpringOuting

parents 03af2807 cb47dc98
......@@ -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();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment