修改bug

This commit is contained in:
zhouyanli
2026-07-30 18:01:39 +08:00
parent 80ff7588b1
commit 8c0a713512
20 changed files with 223 additions and 134 deletions

View File

@@ -135,11 +135,9 @@
// 返回
const goBack = () => {
uni.navigateTo({
url: '/pageSubPack/payment-list/paymentIndex'
});
}
const goBack = () => {
uni.navigateBack();
}
// 立即缴费 — 通过微信拉起日照银行小程序进行支付
const handlePay = () => {
@@ -220,7 +218,7 @@
// 返回缴费列表
const handleBackToList = () => {
uni.navigateTo({
uni.redirectTo({
url: '/pageSubPack/payment-list/paymentIndex'
});
}