优化代码

This commit is contained in:
wuxw 2022-08-26 01:28:04 +08:00
parent 420a56bdb0
commit b97c8b1b32

View File

@ -203,8 +203,12 @@
}) })
}, },
onReQuery:function(){ onReQuery:function(){
uni.navigateTo({ // uni.navigateTo({
url: '/pages/tempParkingFee/tempParkingFee?paId=' + _that.paId + "&appId=" + _that.appId + "&openId=" + _that.openId+"&machineId="+this.machineId // url: '/pages/tempParkingFee/tempParkingFee?paId=' + _that.paId + "&appId=" + _that.appId + "&openId=" + _that.openId+"&machineId="+this.machineId
// })
uni.navigateBack({
delta:1
}) })
} }