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
5af4c3b8
Commit
5af4c3b8
authored
Jul 31, 2025
by
zhangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享链接复制
parent
30466ca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
share.js
src/store/share.js
+3
-2
No files found.
src/store/share.js
View file @
5af4c3b8
...
@@ -47,7 +47,7 @@ const shareStore = makeAutoObservable({
...
@@ -47,7 +47,7 @@ const shareStore = makeAutoObservable({
async
doShare
(
isInvite
=
false
)
{
async
doShare
(
isInvite
=
false
)
{
const
{
shareInfo
}
=
store
.
frontVariable
;
const
{
shareInfo
}
=
store
.
frontVariable
;
if
(
CFG
.
channel
==
CHANNEL
.
HXBANK
)
{
// 华夏银行APP分享
if
(
CFG
.
channel
==
CHANNEL
.
HXBANK
)
{
// 华夏银行APP分享
const
_url
=
await
this
.
getShareLink
(
isInvite
);
try
{
try
{
// 分享方法
// 分享方法
hxbankShare
({
hxbankShare
({
...
@@ -57,7 +57,8 @@ const shareStore = makeAutoObservable({
...
@@ -57,7 +57,8 @@ const shareStore = makeAutoObservable({
}
catch
(
err
)
{
}
catch
(
err
)
{
console
.
log
(
'分享方法'
,
err
)
console
.
log
(
'分享方法'
,
err
)
}
}
}
else
{
const
_url
=
await
this
.
getShareLink
(
isInvite
);
}
}
},
},
...
...
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