一:分享js
//呼叫方法時傳進來的引數
//let info=;
const wxshare=function(info));
wx.ready( function() ,
cancel: function ()
});title: title, // 分享標題
desc:desc, //描述
link: link, // 分享鏈結
imgurl: imgurl, // 分享圖示
type: '', // 分享型別,music、video或link,不填預設為link
dataurl: '', // 如果type是music或video,則要提供資料鏈結,預設為空
success: function () {},
cancel: function ()
});})
});
};export二;static中新建html資料夾,html下新建redirect.html(解決分享的鏈結每次跳轉到首頁)
redirect.html中的**
vue 微信分享
4 處理過程 1 在index.html中載入jssdk 注意 所有需要使用js sdk的頁面必須先注入配置資訊,否則將無法呼叫 wx.config wx.error function res wx.ready function 5.例子 1 share.js let getshareconfig ...
Vue專案配置微信分享
index.html script src script 二 封裝wxshare.js assets js 新建 wxshare.js export function wxshare wx.ready wx.error res created methods 四 使用使用一 配置統一的分享內容 ma...
vue 微信分享自定義
指定頁面分享進入自己本頁面,其他頁面分享進入首頁 created router.js router.beforeeach to,from,next else router.aftereach to,from else function configwechat to wx.config store....