vue 微信分享自定義

2021-09-28 22:52:49 字數 693 閱讀 1164

指定頁面分享進入自己本頁面,其他頁面分享進入首頁

created() ,
router.js

router.beforeeach((to, from, next) =>  else 

})router.aftereach((to, from) => )

} else

})function configwechat(to) $$#$`

wx.config(store.state.wechatconfig)

wx.ready(function () ,

fail: function (res)

})//分享給朋友

title: '', // 分享標題

desc: '描述。。。', // 分享描述

// link:store.state.wechatconfig.shareurl,

imgurl: '', // 分享圖示/images/wxshare.jpg

type: 'link', // 分享型別,music、video或link,不填預設為link

success: function () ,

cancel: function () ,

fail: function (res)

})})

}

微信自定義分享

1 先獲取 access token 的值,並將 access token 值儲存到資料庫的,也可以利用快取等,看個人習慣 public function getaccesstoken else if res else return data new else return error else r...

微信自定義分享

1 先獲取 access token 的值,並將 access token 值儲存到資料庫的,也可以利用快取等,看個人習慣 public function getaccesstoken else if res else return data new else return error else r...

微信自定義分享卡片

jssdk自定義分享介面的策略 前端 放在需要分享的頁面中。注意 1 頁面中有多個window.onload會導致衝突。2 分卡片的鏈結要加入到公眾平台的白名單裡。首先要引入js檔案 script window.onload function 代表配置成功 timestamp res.timesta...