fix: 去掉多余的返回首页按钮和外部提交/重置按钮,Form自带

This commit is contained in:
yumoqing 2026-05-29 10:46:33 +08:00
parent ac50a223b5
commit db881a52e2
2 changed files with 9 additions and 147 deletions

View File

@ -6,42 +6,12 @@
}, },
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "HBox", "widgettype": "Title4",
"options": { "options": {
"width": "100%", "text": "真人认证",
"alignItems": "center", "fontWeight": "600",
"marginBottom": "16px" "marginBottom": "16px"
}, }
"subwidgets": [
{
"widgettype": "Title4",
"options": {
"text": "真人认证",
"fontWeight": "600"
}
},
{
"widgettype": "Filler"
},
{
"widgettype": "Button",
"options": {
"label": "返回首页"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.rl_content",
"options": {
"url": "{{entire_url('index.ui')}}"
},
"mode": "replace"
}
]
}
]
}, },
{ {
"widgettype": "VBox", "widgettype": "VBox",
@ -67,45 +37,6 @@
} }
] ]
} }
},
{
"widgettype": "HBox",
"options": {
"gap": "12px",
"marginTop": "16px"
},
"subwidgets": [
{
"widgettype": "Button",
"options": {
"label": "开始认证"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "script",
"target": "self",
"script": "var f=bricks.getWidgetById('validate_form',bricks.app);if(f)f.submit()"
}
]
},
{
"widgettype": "Button",
"options": {
"label": "重置"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "script",
"target": "self",
"script": "var f=bricks.getWidgetById('validate_form',bricks.app);if(f)f.reset()"
}
]
}
]
} }
] ]
} }

View File

@ -6,42 +6,12 @@
}, },
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "HBox", "widgettype": "Title4",
"options": { "options": {
"width": "100%", "text": "上传素材",
"alignItems": "center", "fontWeight": "600",
"marginBottom": "16px" "marginBottom": "16px"
}, }
"subwidgets": [
{
"widgettype": "Title4",
"options": {
"text": "上传素材",
"fontWeight": "600"
}
},
{
"widgettype": "Filler"
},
{
"widgettype": "Button",
"options": {
"label": "返回首页"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.rl_content",
"options": {
"url": "{{entire_url('index.ui')}}"
},
"mode": "replace"
}
]
}
]
}, },
{ {
"widgettype": "VScrollPanel", "widgettype": "VScrollPanel",
@ -104,46 +74,7 @@
} }
] ]
} }
}, }
{
"widgettype": "HBox",
"options": {
"gap": "12px",
"marginTop": "16px"
},
"subwidgets": [
{
"widgettype": "Button",
"options": {
"label": "上传"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "script",
"target": "self",
"script": "var f=bricks.getWidgetById('upload_form',bricks.app);if(f)f.submit()"
}
]
},
{
"widgettype": "Button",
"options": {
"label": "重置"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "script",
"target": "self",
"script": "var f=bricks.getWidgetById('upload_form',bricks.app);if(f)f.reset()"
}
]
}
]
}
] ]
} }
] ]