更新Google登录
This commit is contained in:
@@ -56,7 +56,7 @@ fun PolicyCheckbox(
|
||||
scope.launch {
|
||||
try {
|
||||
val resp = dictService.getDictByKey(ConstVars.DICT_KEY_PRIVATE_POLICY_URL)
|
||||
policyUrl = resp.value
|
||||
policyUrl = resp.value as String
|
||||
showModal = true
|
||||
|
||||
} catch (e: Exception) {
|
||||
|
||||
Reference in New Issue
Block a user