Skip to content

Commit

Permalink
chore: ✏️ 请先安装微信后再使用「改」功能 -> 请先安装微信后再使用「该」功能
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcoholTobaccoCode committed Feb 20, 2024
1 parent 714ef64 commit 0116962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/page/auth/signin_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class _SignInScreenState extends State<SignInScreen> {
final ok = await sendWeChatAuth(
scope: "snsapi_userinfo", state: "wechat_sdk_demo_test");
if (!ok) {
showErrorMessage('请先安装微信后再使用改功能');
showErrorMessage('请先安装微信后再使用该功能');
}
},
backgroundColor: Colors.green,
Expand Down
2 changes: 1 addition & 1 deletion lib/page/setting/account_security.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _AccountSecurityScreenState extends State<AccountSecurityScreen> {
scope: "snsapi_userinfo",
state: "wechat_sdk_demo_test");
if (!ok) {
showErrorMessage('请先安装微信后再使用改功能');
showErrorMessage('请先安装微信后再使用该功能');
}
}
},
Expand Down

0 comments on commit 0116962

Please sign in to comment.