This commit is contained in:
francis_fh
2025-12-09 17:53:46 +08:00

View File

@@ -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");
}
});