mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
微信小程序获取用户设置中文
This commit is contained in:
@ -50,6 +50,7 @@ Page({
|
||||
get_user_info_event(e) {
|
||||
wx.getUserProfile({
|
||||
desc: '注册使用',
|
||||
lang: 'zh_CN',
|
||||
success: (res) => {
|
||||
this.user_auth_code(res.userInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user