Browse Source

回复H5退出登录功能,解绑微信含pc和h5

黑艺新账号
liangkun 1 year ago
parent
commit
36248ab45f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs View File

@@ -703,7 +703,7 @@ namespace Learun.Application.Web.Controllers
}
//更新openid
userIBLL.UpdateWeixinOpenIdPC(userId, "");
userIBLL.UpdateWeixinOpenId(userId, "");
return Success("解绑成功");
}
#endregion


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue View File

@@ -72,7 +72,7 @@
</l-button>
<!-- #endif -->

<!-- <l-button @click="logout" size="lg" color="red" class="block margin-top" block>退出登录</l-button> -->
<l-button @click="logout" size="lg" color="red" class="block margin-top" block>退出登录</l-button>
</view>

<view class="footer">{{ copyRightDisplay }}</view>


Loading…
Cancel
Save