wx.invoke('getCurExternalContact', {}, function (res) {
if (res.err_msg == "getCurExternalContact:ok") {
userId = res.userId; //返回当前外部联系人userId
alert(userId);
} else {
alert(res.err_msg)
//错误处理
}
});
这段代码在手机上级正常运行的,PC就不行