Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-web-master
Commits
86d6b8f7
Commit
86d6b8f7
authored
Sep 13, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature' into 'dev'
分享统计重复请求 See merge request
!17
parents
d6588788
331bc609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
IntegralActivity.vue
src/views/jiedao/profile/components/IntegralActivity.vue
+11
-12
No files found.
src/views/jiedao/profile/components/IntegralActivity.vue
View file @
86d6b8f7
...
@@ -62,19 +62,18 @@ export default {
...
@@ -62,19 +62,18 @@ export default {
},
},
// 复制按钮
// 复制按钮
handleCopyBtn
(
item
,
e
)
{
handleCopyBtn
(
item
,
e
)
{
shareRecordCreate
({
memberId
:
this
.
$store
.
getters
.
id
,
const
clipboard
=
new
ClipboardJS
(
`.copyBtn
${
item
.
id
}
`
)
ruleId
:
item
.
id
}).
then
(
res
=>
{
clipboard
.
on
(
'
success
'
,
()
=>
{
const
clipboard
=
new
ClipboardJS
(
`.copyBtn
${
item
.
id
}
`
)
shareRecordCreate
({
memberId
:
this
.
$store
.
getters
.
id
,
this
.
$nextTick
(()
=>
{
ruleId
:
item
.
id
}).
then
(
res
=>
{
clipboard
.
on
(
'
success
'
,
()
=>
{
this
.
$message
.
success
(
this
.
$t
(
'
复制成功
'
))
this
.
$message
.
success
(
this
.
$t
(
'
复制成功
'
))
clipboard
.
destroy
()
})
clipboard
.
on
(
'
error
'
,
()
=>
{
this
.
$message
.
error
(
this
.
$t
(
'
复制失败
'
))
clipboard
.
destroy
()
})
})
})
clipboard
.
destroy
()
})
clipboard
.
on
(
'
error
'
,
()
=>
{
this
.
$message
.
error
(
this
.
$t
(
'
复制失败
'
))
clipboard
.
destroy
()
})
})
},
},
// 获取活动列表
// 获取活动列表
...
...
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