页面适配
This commit is contained in:
@@ -129,6 +129,7 @@ const zphId = ref('');
|
||||
const pageOptions = ref({});
|
||||
|
||||
onLoad((options) => {
|
||||
console.log(options,'++')
|
||||
zphId.value = options.jobFairId;
|
||||
pageOptions.value = options;
|
||||
getJobFairInfo(options.jobFairId, options.jobFairName);
|
||||
|
||||
Reference in New Issue
Block a user