#18 调用微信登陆接口

Open
created 1 year ago by lifanf · 2 comments
lifanf commented 1 year ago
lifanf commented 1 year ago
Owner
function login() { return new Promise(function (resolve, reject) { wx.login({ success: function (res) { if (res.code) { resolve(res); } else { reject(res); } }, fail: function (err) { reject(err); } }); }); }
lifanf commented 1 year ago
Owner
判断是电脑端登陆还是手机直接登陆。
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.