修复bug

This commit is contained in:
weipengfei 2024-02-29 20:41:00 +08:00
parent 7ad3fe39c5
commit c6bbbe7b1b
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@
},
onShow() {},
methods: {
back() {
uni.navigateBack();
},
changeType(type){
this.type = type;
this.getSubsidy();