bugfix
This commit is contained in:
parent
9d38f0f672
commit
4f015d46ae
@ -2,6 +2,7 @@
|
||||
"widgettype": "QRCodeSCan",
|
||||
"options": {},
|
||||
"binds": [
|
||||
{
|
||||
"wid": "self",
|
||||
"event": "recognized",
|
||||
"actiontype": "urlwidget",
|
||||
@ -9,5 +10,12 @@
|
||||
"options": {
|
||||
"url": "$text"
|
||||
}
|
||||
}, {
|
||||
"wid": "self",
|
||||
"event": "recognized",
|
||||
"actiontype": "script",
|
||||
"target": "#PopupWindow",
|
||||
"script": "this.dismiss()"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"icon": "{{entire_url('/bricks/imgs/qr-scan.svg')}}",
|
||||
"name":"qr-scan",
|
||||
"label":"扫码",
|
||||
"url":"{{entire_url('qr_scan.ui')}}"
|
||||
"url":"{{entire_url('qr_scan.ui')}}",
|
||||
"popup_options":{
|
||||
"height": "300px",
|
||||
"width": "300px"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user