补选切换到告知书

This commit is contained in:
ywyonui 2025-09-04 23:05:17 +08:00
parent 5fef0a1855
commit 9ca499e2e7

View File

@ -82,7 +82,7 @@ const goBack = () => {
// //
const goXk = () => { const goXk = () => {
uni.reLaunch({ uni.reLaunch({
url: "/pages/base/xk/qk/index?xklxId=" + qk.value.xklxId, url: "/pages/base/gzs/index?lxId=" + qk.value.xklxId,
}); });
}; };