修改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

@@ -186,9 +186,9 @@
}
// 返回
const goBack = () => {
uni.navigateTo({ url: '/pageSubPack/payment-list/paymentIndex' });
}
const goBack = () => {
uni.navigateBack();
}
</script>
<style lang="scss">
page {