微信小程序获取用户设置中文

feat/task1-c-wallet
Devil 2021-06-04 12:19:25 +08:00
parent 31a1d447ad
commit 3f60dbfdb1
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Page({
get_user_info_event(e) {
wx.getUserProfile({
desc: '注册使用',
lang: 'zh_CN',
success: (res) => {
this.user_auth_code(res.userInfo);
}