Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
华夏模拟理财_20250701
Commits
44684140
Commit
44684140
authored
Jul 31, 2025
by
zhangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享链接复制
parent
a2e6ca09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
share.js
src/store/share.js
+4
-8
No files found.
src/store/share.js
View file @
44684140
...
...
@@ -36,7 +36,10 @@ const shareStore = makeAutoObservable({
url
+=
`&inviteCode=
${
this
.
inviteCode
}
`
;
}
this
.
inviteUrl
=
url
;
console
.
log
(
url
)
if
(
CFG
.
channel
!=
CHANNEL
.
HXBANK
)
{
copyToClipboard
(
this
.
inviteUrl
);
Toast
.
show
(
"邀请链接已复制,快去微信打开吧"
)
}
return
url
;
},
...
...
@@ -55,13 +58,6 @@ const shareStore = makeAutoObservable({
console
.
log
(
'分享方法'
,
err
)
}
}
else
{
// 华夏理财APP分享
const
_url
=
await
this
.
getShareLink
(
isInvite
);
copyToClipboard
(
_url
);
Toast
.
show
(
"邀请链接已复制,快去微信打开吧"
)
// 无分享方法
// modalStore.closePop();
// modalStore.pushPop('Sharepop');
}
},
...
...
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