This commit is contained in:
wyf
2025-05-24 17:02:47 +08:00
parent acfb262812
commit 3d45b7d991
22 changed files with 2990 additions and 1649 deletions

View File

@@ -56,7 +56,7 @@ class _EPageState extends State<LoginPage> {
int errCode = response.errCode ?? -9999;
if (errCode == 0) {
// TODO 微信登录成功 传递code给后台 再操作逻辑
String code = response.code ?? "";
String code = response.code ?? "";
//把微信登录返回的code传给后台剩下的事就交给后台处理
//首次未注册的用户引导去手机号填写页面
//已注册的用户直接跳转首页
@@ -505,10 +505,11 @@ class _EPageState extends State<LoginPage> {
// text: "待开发功能".tr);
// },
onTap: () async {
if (loginController.model.isIos == true &&
loginController
.model.isWeChatNotInstalled !=
true) {
//loginController.model.isIos == true &&
if (loginController
.model.isWeChatNotInstalled !=
true) {
TopSlideNotification.show(context,text: "微信安装提示".tr,textColor: themeController.currentColor.sc9);
} else {
if (loginController
.model.register_agree ==