Commit 02cd79d5 authored by 郭志伟's avatar 郭志伟

fix(share): app移除复制链接

parent 4eeec8c1
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
this.shareInfo = { this.shareInfo = {
event: "showShareView", event: "showShareView",
data: { data: {
platform: ["weChat", "timeLine", "CopyLink"], platform: ["weChat", "timeLine"],
shareDic: { shareDic: {
title: pageName || '羊小咩', title: pageName || '羊小咩',
desc: pageDescribe || '美好生活更从容', desc: pageDescribe || '美好生活更从容',
......
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