Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
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
ui
group-buy-ui
Commits
9811fb3b
Commit
9811fb3b
authored
Oct 05, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:放开app分享复制链接
parent
4ca20de0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
groupShare.vue
src/components/groupShare.vue
+1
-2
index.vue
src/views/goodsList/index.vue
+2
-1
No files found.
src/components/groupShare.vue
View file @
9811fb3b
...
@@ -231,8 +231,7 @@ export default {
...
@@ -231,8 +231,7 @@ export default {
const
data
=
{
const
data
=
{
event
:
'
showShareView
'
,
event
:
'
showShareView
'
,
data
:
{
data
:
{
// , 'CopyLink'
platform
:
[
'
weChat
'
,
'
timeLine
'
,
'
QQ
'
,
'
CopyLink
'
,
'
GeneratePoster
'
],
//依次分别是微信、朋友圈、QQ好友、QQ空间、复制链接
platform
:
[
'
weChat
'
,
'
timeLine
'
,
'
QQ
'
,
'
GeneratePoster
'
],
//依次分别是微信、朋友圈、QQ好友、QQ空间、复制链接
shareDic
:
{
shareDic
:
{
title
,
title
,
desc
,
desc
,
...
...
src/views/goodsList/index.vue
View file @
9811fb3b
...
@@ -265,10 +265,12 @@ export default {
...
@@ -265,10 +265,12 @@ export default {
}
else
{
}
else
{
this
.
pageNo
++
;
this
.
pageNo
++
;
}
}
store
.
dispatch
(
'
change_group_loading
'
,
false
);
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
finished
=
true
;
this
.
finished
=
true
;
store
.
dispatch
(
'
change_group_loading
'
,
false
);
}
}
}
}
}
}
...
@@ -348,7 +350,6 @@ async function getActivityList(urlQuery, next) {
...
@@ -348,7 +350,6 @@ async function getActivityList(urlQuery, next) {
vm
.
pageNo
=
1
;
vm
.
pageNo
=
1
;
vm
.
getGoodsList
(
true
);
vm
.
getGoodsList
(
true
);
vm
.
reload
=
false
;
vm
.
reload
=
false
;
store
.
dispatch
(
'
change_group_loading
'
,
false
);
});
});
}
else
{
}
else
{
nextFns
(
vm
=>
{
nextFns
(
vm
=>
{
...
...
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