Commit 2dab4867 authored by mengcuiguang2's avatar mengcuiguang2

修改微信提示

parent c7e0f0d2
...@@ -87,7 +87,7 @@ class WxLoginDialog(context: FragmentActivity) : OnLoginListener { ...@@ -87,7 +87,7 @@ class WxLoginDialog(context: FragmentActivity) : OnLoginListener {
}) })
mBottomSheetDialog!!.dismiss() mBottomSheetDialog!!.dismiss()
} else { } else {
ToastUtils.showShort("请先同意用户协议与隐私政策") ToastUtils.showLong("请先同意用户协议与隐私政策")
} }
} }
...@@ -96,7 +96,7 @@ class WxLoginDialog(context: FragmentActivity) : OnLoginListener { ...@@ -96,7 +96,7 @@ class WxLoginDialog(context: FragmentActivity) : OnLoginListener {
context.startActivity(Intent(context, LoginActivity::class.java)) context.startActivity(Intent(context, LoginActivity::class.java))
mBottomSheetDialog!!.dismiss() mBottomSheetDialog!!.dismiss()
} else { } else {
ToastUtils.showShort("请先同意用户协议与隐私政策") ToastUtils.showLong("请先同意用户协议与隐私政策")
} }
} }
......
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