fix: center auth popup with anchor:cc
This commit is contained in:
parent
6491182249
commit
29d2ed2609
@ -19,7 +19,7 @@ if result.get('success'):
|
|||||||
return json.dumps({
|
return json.dumps({
|
||||||
"widgettype": "Message",
|
"widgettype": "Message",
|
||||||
"id": "verify_msg_popup",
|
"id": "verify_msg_popup",
|
||||||
"options": {"title": "真人认证", "message": ""},
|
"options": {"title": "真人认证", "message": "", "anchor": "cc"},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user