Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -52,7 +52,7 @@ class AccountSettingCNView extends GetView<MyController> { | @@ -52,7 +52,7 @@ class AccountSettingCNView extends GetView<MyController> { | ||
| 52 | if (isWechatLogin) | 52 | if (isWechatLogin) |
| 53 | _buildAccountCard( | 53 | _buildAccountCard( |
| 54 | context: context, | 54 | context: context, |
| 55 | - title: '微信号', | 55 | + title: '微信名', |
| 56 | content: wechatNickname, | 56 | content: wechatNickname, |
| 57 | ) | 57 | ) |
| 58 | else if (thirdAccountId.isNotEmpty) | 58 | else if (thirdAccountId.isNotEmpty) |
-
Please register or login to post a comment