1. 新增法會活動品項:牌位陽上與超度人數限制功能

2. 信眾資料新增全年性選項以及開始參加活動日期,自動報名並代入前一次的報名資料(品項)
This commit is contained in:
2026-05-04 11:43:57 +08:00
parent 7644df57d0
commit 11a8c3e932
13 changed files with 995 additions and 104 deletions
+1
View File
@@ -783,6 +783,7 @@
this.desserts_count = response.data.list !== undefined ? response.data.count : 0
this.calutotalPrice();
this.disableButton = false;
console.log(response.data.list);
})
.catch(