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