优化会员支付,已会员价结算

This commit is contained in:
gyq
2025-03-19 18:29:46 +08:00
parent a101cc4fb7
commit 87e8976353
11 changed files with 177 additions and 70 deletions

View File

@@ -103,7 +103,7 @@ const beforeUpload = (file) => {
return true;
};
function init(arr) {
function init(arr = []) {
fileList.value = arr
}