订单详情页新增退款信息

This commit is contained in:
2023-08-17 16:10:31 +08:00
parent ba69c3ab96
commit 4766740427
7 changed files with 100 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ charset = utf-8
# 缩进风格可选space、tab
indent_style = space
# 缩进的空格数
indent_size = 4
indent_size = 2
# 结尾换行符可选lf、cr、crlf
end_of_line = lf
# 在文件结尾插入新行