This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
回复H5退出登录功能,解绑微信含pc和h5
黑艺新账号
liangkun
1 year ago
parent
b2b9ea5d90
commit
36248ab45f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
+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>
Write
Preview
Loading…
Cancel
Save