From 3f60dbfdb1eb6813e1401e7455de0c3e85bb1371 Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 4 Jun 2021 12:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=A8=E6=88=B7=E8=AE=BE=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode/weixin/default/pages/login/login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcecode/weixin/default/pages/login/login.js b/sourcecode/weixin/default/pages/login/login.js index f5d9087a0..e82b7e21b 100755 --- a/sourcecode/weixin/default/pages/login/login.js +++ b/sourcecode/weixin/default/pages/login/login.js @@ -50,6 +50,7 @@ Page({ get_user_info_event(e) { wx.getUserProfile({ desc: '注册使用', + lang: 'zh_CN', success: (res) => { this.user_auth_code(res.userInfo); }