跳转参数修复
This commit is contained in:
parent
7002a6348b
commit
b823b6f408
@ -46,12 +46,13 @@
|
||||
onReady() {},
|
||||
methods: {
|
||||
submit() {
|
||||
uni.navigateBack({
|
||||
delta:2
|
||||
})
|
||||
// uni.reLaunch({
|
||||
// url: '/pages/index/index'
|
||||
// uni.navigateBack({
|
||||
// delta:2
|
||||
// })
|
||||
const Company = uni.getStorageSync('Company')
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index?Company='+Company
|
||||
})
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user