Update back navigation to redirect to external URL in index and policyList pages
This commit is contained in:
@@ -149,9 +149,13 @@ let activeTab = ref(1)
|
||||
let activeTitle = ref(1)
|
||||
|
||||
function back() {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
// uni.navigateBack({
|
||||
// delta: 1
|
||||
// })
|
||||
location.href='https://www.xjksly.cn/mechine-single-vue/'
|
||||
// uni.reLaunch({
|
||||
// url: '/pages/index/index'
|
||||
// })
|
||||
}
|
||||
onMounted(()=>{
|
||||
getJobRecommed()
|
||||
|
||||
@@ -206,9 +206,13 @@ export default {
|
||||
];
|
||||
},
|
||||
back() {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
})
|
||||
// uni.navigateBack({
|
||||
// delta: 1
|
||||
// })
|
||||
location.href='https://www.xjksly.cn/mechine-single-vue/'
|
||||
// uni.reLaunch({
|
||||
// url: '/pages/index/index'
|
||||
// })
|
||||
},
|
||||
popupSearch(data) {
|
||||
// 获取此次提交前,旧的政策类型值
|
||||
|
||||
Reference in New Issue
Block a user