作者 xuqiang

提交

... ... @@ -211,7 +211,16 @@
computed:{
...mapState(["userinfo"])
},
onLoad(){
/* onLoad(){
uni.setStorageSync('refreshFindWonderful',false)
this.param.page = 1
this.last_page = 0
this.current_page = 1
this.list = []
this.showWaterFalls = false
this.getData()
}, */
onReady(){
uni.setStorageSync('refreshFindWonderful',false)
this.param.page = 1
this.last_page = 0
... ...
... ... @@ -255,7 +255,7 @@
}
if(this.param.stop_money == ''){
uni.showToast({
title:'请输加水/充电金额',
title:'请输入加水/停车金额',
icon:'none'
})
return
... ...