Commit 18d3aed78421e80994a8887c6933ab6af24842ab

Authored by 刘宏哲
1 parent 573f5a3e

feat(app): update ui

... ... @@ -52,7 +52,7 @@ class AccountSettingCNView extends GetView<MyController> {
if (isWechatLogin)
_buildAccountCard(
context: context,
title: '微信',
title: '微信',
content: wechatNickname,
)
else if (thirdAccountId.isNotEmpty)
... ...