Commit a69ee716 by 刘鹏

1.WebView模块,分享动态时,登录接入优先一键登录功能

parent 80de5327
......@@ -16,7 +16,7 @@ ext {
"m-muse" : "0.0.28.20",
"m-tests" : "0.0.24.10",
"m-course" : "0.0.42.16",
"m-course" : "0.0.42.17",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6",
......@@ -36,7 +36,7 @@ ext {
"ydl-platform" : "0.0.39.73",
//第二步 若干
"ydl-webview" : "0.0.38.34",
"ydl-webview" : "0.0.38.35",
"ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.13",
"m-audioim" : "0.0.49.29.22",
......@@ -93,12 +93,12 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.60.91",
"m-home" : "0.0.22.52",
"m-im" : "0.0.3.34",
"m-im" : "0.0.18.34",
"m-dynamic" : "0.0.7.15",
"m-muse" : "0.0.20.7",
"m-tests" : "0.0.24.9",
"m-course" : "0.0.42.16",
"m-course" : "0.0.42.17",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6",
"m-confide-api" : "0.0.2.1",
......@@ -117,7 +117,7 @@ ext {
"ydl-platform" : "0.0.39.72",
//第二步 若干
"ydl-webview" : "0.0.38.32",
"ydl-webview" : "0.0.38.35",
"ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.11",
"m-audioim" : "0.0.49.29.22",
......
......@@ -1398,9 +1398,8 @@ public class NewH5Activity extends BaseActivity implements PtrHandler {
dialog.setCallBack(type -> {
if (1 == type) {
if (!WebModularServiceUtils.Companion.getUserService().isLogin()) {
if (!WebModularServiceUtils.Companion.getUserService().loginByOneKeyLogin(NewH5Activity.this,true)) {
isToTrend = true;
ARouter.getInstance().build("/user/login").navigation();
} else {
//分享到心事动态
toTrend(shareToUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment