diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
index 8486ced98..151edb5e5 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
@@ -703,7 +703,7 @@ namespace Learun.Application.Web.Controllers
}
//更新openid
userIBLL.UpdateWeixinOpenIdPC(userId, "");
-
+ userIBLL.UpdateWeixinOpenId(userId, "");
return Success("解绑成功");
}
#endregion
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue
index f5945f806..0ae3c6381 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue
@@ -72,7 +72,7 @@
-
+ 退出登录