nothing
2021-01-19 本文已影响0人
萝卜缨女王
let tkwx = new TKwx();
tkwx.tkWxInit(0,()=>{
tkwx.tkWxShare({
hideTImeLine:true, //隐藏朋友圈
title:"",
desc:"",
link:"",
imgUrl:"",
success:function(){}
})
})
tkwx.tkWxInit("noShare")
class TKwx{
loadjsfile(filename,fn){
let jsfile = document.createElement('script');
jsfile.setAttribute("type")
}
tkWxShare(noShare,fn){
}
}
export default TKwx;