fix: payment_log.json 移除 Jinja2 {% if %} 块,CRUD json 文件必须为纯 JSON

This commit is contained in:
yumoqing 2026-06-29 18:12:55 +08:00
parent 50566ed576
commit 854a0fdc12

View File

@ -28,13 +28,8 @@
"actiontype":"urlwidget", "actiontype":"urlwidget",
"target":"PopupWindow", "target":"PopupWindow",
"popup_options":{ "popup_options":{
{% if params_kw._is_mobile %}
"width":"100%",
"height":"90%",
{% else %}
"width": "40%", "width": "40%",
"height":"80%", "height":"80%",
{% endif %}
"archor": "cc" "archor": "cc"
}, },
"options":{ "options":{