This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bjquanjiang
/
DigitalScholl
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
回复H5退出登录功能,解绑微信含pc和h5
黑艺新账号
liangkun
1 年之前
父節點
b2b9ea5d90
當前提交
36248ab45f
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存