Skip to content

Why the callback is not run #70

@kyoa

Description

@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 => {
console.error(err);
});

I only get this log 'Wechat script loaded successfully!'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions