跳转参数修复

This commit is contained in:
yunkexin 2024-08-16 15:43:04 +08:00
parent 7002a6348b
commit b823b6f408

View File

@ -46,12 +46,13 @@
onReady() {}, onReady() {},
methods: { methods: {
submit() { submit() {
uni.navigateBack({ // uni.navigateBack({
delta:2 // delta:2
})
// uni.reLaunch({
// url: '/pages/index/index'
// }) // })
const Company = uni.getStorageSync('Company')
uni.reLaunch({
url: '/pages/index/index?Company='+Company
})
}, },
} }