From 21173355a2aa842cb1693d81d13c4c6e623e2aa0 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 10 Oct 2023 12:40:43 +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 --- api/fee/feeApi.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/fee/feeApi.js b/api/fee/feeApi.js index e624f08..e72a5ca 100644 --- a/api/fee/feeApi.js +++ b/api/fee/feeApi.js @@ -602,7 +602,9 @@ export function cashierPayFee(_that, _data,_successUrl) { duration: 2000 }); setTimeout(function() { - uni.navigateBack({}); + uni.navigateTo({ + url: _successUrl + }) }, 2000) return;