Merge branch 'main' of http://124.243.245.42:3000/sdz/ks-app-employment-service
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
});
|
||||
const baseUrl = config.imgBaseUrl;
|
||||
|
||||
onLoad(() => {
|
||||
onLoad(async () => {
|
||||
// const today = new Date();
|
||||
// const year = today.getFullYear();
|
||||
// const month = String(today.getMonth() + 1).padStart(2, '0');
|
||||
@@ -143,9 +143,7 @@
|
||||
// startDate: currentDate,
|
||||
// });
|
||||
// weekList.value = result;
|
||||
if(thirdLogin()){
|
||||
getHeart();
|
||||
}
|
||||
getHeart();
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
@@ -216,7 +214,6 @@
|
||||
|
||||
async function goDetail(jobFairId){
|
||||
if(await thirdLogin()){
|
||||
debugger
|
||||
if(state.current != 3){
|
||||
navTo('/packageA/pages/exhibitors/exhibitors?jobFairId=' + jobFairId)
|
||||
}else{
|
||||
@@ -306,7 +303,6 @@
|
||||
getUser();
|
||||
} else {
|
||||
isLogin.value = false;
|
||||
$api.msg('请先登录')
|
||||
getFair("refresh");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user