From b97c8b1b3247de22aced150564de2f6591fa1acf Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 26 Aug 2022 01:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tempCarFee/tempCarFee.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/tempCarFee/tempCarFee.vue b/pages/tempCarFee/tempCarFee.vue index ac1e825..1e57b6d 100644 --- a/pages/tempCarFee/tempCarFee.vue +++ b/pages/tempCarFee/tempCarFee.vue @@ -203,8 +203,12 @@ }) }, onReQuery:function(){ - uni.navigateTo({ - url: '/pages/tempParkingFee/tempParkingFee?paId=' + _that.paId + "&appId=" + _that.appId + "&openId=" + _that.openId+"&machineId="+this.machineId + // uni.navigateTo({ + // url: '/pages/tempParkingFee/tempParkingFee?paId=' + _that.paId + "&appId=" + _that.appId + "&openId=" + _that.openId+"&machineId="+this.machineId + // }) + + uni.navigateBack({ + delta:1 }) }