修复:开发测试问题修改

This commit is contained in:
2025-11-28 11:05:07 +08:00
parent f289e927bb
commit 79c6fb247c
4 changed files with 24 additions and 14 deletions

View File

@@ -373,9 +373,11 @@ const handleSubmit = async () => {
})
// 返回上一页
uni.navigateBack({
delta: props.backStep
})
setTimeout(() => {
uni.navigateBack({
delta: props.backStep
})
}, 500)
}
/**

View File

@@ -52,7 +52,7 @@ const props = defineProps({
*/
const goToRecharge = () => {
uni.navigateTo({
url: '/pages/user/wallet/recharge/index?source=order'
url: '/pages/user/recharge/index'
})
}
</script>