新页面和修改对应逻辑

This commit is contained in:
not-like-juvenile
2026-01-26 17:12:37 +08:00
parent b1c845d571
commit 1c83f29f7d
10 changed files with 1297 additions and 157 deletions

View File

@@ -230,10 +230,10 @@ function viewTaskDetail(taskId: string) {
})
}
// 返回
// 返回上一
function goBackToHome() {
uni.reLaunch({
url: '/pages/mall/delivery/index'
url: '/pages/mall/delivery/profile'
})
}
</script>