修复bug
This commit is contained in:
parent
7ad3fe39c5
commit
c6bbbe7b1b
|
@ -131,6 +131,9 @@
|
|||
},
|
||||
onShow() {},
|
||||
methods: {
|
||||
back() {
|
||||
uni.navigateBack();
|
||||
},
|
||||
changeType(type){
|
||||
this.type = type;
|
||||
this.getSubsidy();
|
||||
|
|
Loading…
Reference in New Issue