Commit 9811fb3b authored by beisir's avatar beisir

fix:放开app分享复制链接

parent 4ca20de0
...@@ -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,
......
...@@ -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 => {
......
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