|
@@ -160,11 +160,11 @@
|
|
|
function gotoPage() {
|
|
function gotoPage() {
|
|
|
console.log('ididid', id.value);
|
|
console.log('ididid', id.value);
|
|
|
if (id.value) {
|
|
if (id.value) {
|
|
|
- uni.navigateTo({
|
|
|
|
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/client/hetong/hetongInfo?id=` + id.value + `&from=${fromPage.value}`
|
|
url: `/pages/client/hetong/hetongInfo?id=` + id.value + `&from=${fromPage.value}`
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|
|
|
- uni.navigateTo({
|
|
|
|
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/client/ShouYe/shouye`
|
|
url: `/pages/client/ShouYe/shouye`
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
@@ -173,11 +173,11 @@
|
|
|
function gotoPage2() {
|
|
function gotoPage2() {
|
|
|
console.log('ididid222222', id.value);
|
|
console.log('ididid222222', id.value);
|
|
|
if (id.value) {
|
|
if (id.value) {
|
|
|
- uni.navigateTo({
|
|
|
|
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/kehu/hetong/hetongInfo?id=` + id.value + `&from=${fromPage.value}`
|
|
url: `/pages/kehu/hetong/hetongInfo?id=` + id.value + `&from=${fromPage.value}`
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|
|
|
- uni.navigateTo({
|
|
|
|
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/kehu/shouye/shouye`
|
|
url: `/pages/kehu/shouye/shouye`
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|