|
@@ -102,7 +102,7 @@ class LoginPwdFragment : BaseFragment<FraLoginPwdBinding>(), ClickLimitListener
|
|
act.clearGoTo(
|
|
act.clearGoTo(
|
|
WebActivity.getNewWebIntent(
|
|
WebActivity.getNewWebIntent(
|
|
act,
|
|
act,
|
|
- "https://app.yongxulvjian.com/ServiceAgreement",
|
|
|
|
|
|
+ "https://app.yongxulvjian.com/#/ServiceAgreement",
|
|
"用户协议"
|
|
"用户协议"
|
|
)
|
|
)
|
|
)
|
|
)
|
|
@@ -112,7 +112,7 @@ class LoginPwdFragment : BaseFragment<FraLoginPwdBinding>(), ClickLimitListener
|
|
act.clearGoTo(
|
|
act.clearGoTo(
|
|
WebActivity.getNewWebIntent(
|
|
WebActivity.getNewWebIntent(
|
|
act,
|
|
act,
|
|
- "https://app.yongxulvjian.com/PrivacyPolicy",
|
|
|
|
|
|
+ "https://app.yongxulvjian.com/#/PrivacyPolicy",
|
|
"隐私政策"
|
|
"隐私政策"
|
|
)
|
|
)
|
|
)
|
|
)
|