This commit is contained in:
JyuHsin
2025-04-25 15:01:42 +08:00
parent fd3dda9bb2
commit 43879385d0
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -493,7 +493,7 @@ layout("/mobile/platform.html"){
<script>
const vue = new Vue({
el: '#app',
dicts: ['memberApplyPersonType'],
//dicts: ['memberApplyPersonType'],
data() {
return {
swipeShow: false,
@@ -599,7 +599,7 @@ layout("/mobile/platform.html"){
}
},
async initData() {
await this.getNeedItems();
//await this.getNeedItems();
await this.getMemberCheckSelfAgenda()
await this.getWelfareCheckSelfAgenda()
await this.getCompletes();