diff --git a/scripts/__pycache__/load_path.cpython-310.pyc b/scripts/__pycache__/load_path.cpython-310.pyc new file mode 100644 index 0000000..18709d7 Binary files /dev/null and b/scripts/__pycache__/load_path.cpython-310.pyc differ diff --git a/wwwroot/recharge.ui b/wwwroot/recharge.ui index e8138cc..aa476ea 100644 --- a/wwwroot/recharge.ui +++ b/wwwroot/recharge.ui @@ -4,23 +4,19 @@ "width": "100%", "height": "100%", "fields":[ - { - "name":"provider", - "uitype":"code", - "required":true, - "defautvalue":"wechat", - "label":"充值渠道", - "data":[ - { - "value":"wechat", - "text":"微信支付" - }, - { - "value":"alipay", - "text":"支付宝" - } - ] - }, + { + "name":"provider", + "uitype":"code", + "required":true, + "defaultvalue":"alipay", + "label":"充值渠道", + "data":[ + { + "value":"alipay", + "text":"支付宝" + } + ] + }, { "name":"amount", "label":"充值金额",