kyoa
Results
1
issues of
kyoa
const wechatObj = new WechatJSSDK(config); wechatObj.initialize() .then(w => { console.log('wechatObj w: ', w);// **deos not run** //set up your share info, "w" is the same instance as "wechatObj" }) .catch(err...