Commit 367850c8 by 徐健

升级冥想

parent 0ca752d3
...@@ -46,7 +46,7 @@ ext { ...@@ -46,7 +46,7 @@ ext {
"m-consultant" : "0.0.34", "m-consultant" : "0.0.34",
"m-course" : "0.0.17", "m-course" : "0.0.17",
"m-fm" : "0.0.15", "m-fm" : "0.0.15",
"m-muse" : "0.0.11", "m-muse" : "0.0.12",
"m-tests" : "0.0.10", "m-tests" : "0.0.10",
"m-user" : "0.0.31", "m-user" : "0.0.31",
......
...@@ -141,7 +141,7 @@ class MusePlugin : MethodChannel.MethodCallHandler { ...@@ -141,7 +141,7 @@ class MusePlugin : MethodChannel.MethodCallHandler {
if (shareUrl.isEmpty()) { if (shareUrl.isEmpty()) {
ToastUtil.toastShort("分享数据获取失败") ToastUtil.toastShort("分享数据获取失败")
}else { }else {
val dialog = YDLShareDialog.style7(mActivity!!, title, shareUrl, null, "https://img.yidianling.com/file/2019/06/10/fm0vovijx0p2br9s.png", path, appId) val dialog = YDLShareDialog.style7(mActivity!!, title, shareUrl, "壹点零冥想", "https://img.yidianling.com/file/2019/06/10/fm0vovijx0p2br9s.png", path, appId)
dialog.setCallBack(object : YDLShareDialog.ICallBack { dialog.setCallBack(object : YDLShareDialog.ICallBack {
override fun callBack(type: Int) { override fun callBack(type: Int) {
} }
......
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