Commit 89f296a6 by yuzhenWang

全局分享已做完发布测试

parent b192b832
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
import {nanoid} from 'nanoid'; import {nanoid} from 'nanoid';
import common from '../../common/common'; import common from '../../common/common';
import {baseURL,apiURL,cffpURL,companyInfo,shareURL} from "@/environments/environment"; import {baseURL,apiURL,cffpURL,companyInfo,shareURL} from "@/environments/environment";
import { initJssdkShare, setWechatShare } from '@/util/fiveshare';
export default { export default {
components: { components: {
UniShareWx, UniShareWx,
......
...@@ -74,8 +74,9 @@ export function setWechatShare(data) { ...@@ -74,8 +74,9 @@ export function setWechatShare(data) {
if(!data){ if(!data){
const currentUrl = `${shareURL}/pages/index/index`; const currentUrl = `${shareURL}/pages/index/index`;
data = { data = {
title: '银盾家办家庭财务策划师联盟邀您加入', title: '成为银盾合伙人,分享商品赚不停',
desc: `${userInfo.name || ''}邀您加入【家庭财策师联盟】,资源+伙伴,共赢未来!`, // desc: `${userInfo.name || ''}邀您加入【家庭财策师联盟】,资源+伙伴,共赢未来!`,
desc: `资源+伙伴,共赢未来!`,
link: currentUrl, link: currentUrl,
imgUrl: `${shareURL}/static/images/shareBg.png` imgUrl: `${shareURL}/static/images/shareBg.png`
}; };
......
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