跳转参数修复
This commit is contained in:
parent
7002a6348b
commit
b823b6f408
@ -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
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user