fix: pricing_test.ui Jinja2 None→none

This commit is contained in:
yumoqing 2026-06-25 13:38:11 +08:00
parent 7a8f46e10b
commit 6070116d38

View File

@ -7,7 +7,7 @@
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"fields": [ "fields": [
{% if amount is not None %} {% if amount is not none %}
{ {
"name": "amount", "name": "amount",
"label": "价格", "label": "价格",