9/7 测试问题,G02跳转页面不对

This commit is contained in:
qiaocl 2024-09-12 14:42:45 +08:00
parent 28c1b40184
commit 03141ef1bf
2 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@
uni.navigateTo({ uni.navigateTo({
url: "/pages/devices/PCT01?info=" + JSON.stringify(info) url: "/pages/devices/PCT01?info=" + JSON.stringify(info)
}) })
}, 100) }, 200)
} }
console.log("value", value, that.active) console.log("value", value, that.active)
}) })

File diff suppressed because one or more lines are too long