no message

This commit is contained in:
A1300399510
2024-01-03 17:08:29 +08:00
parent 4665ee5043
commit b2e7cb8f45
79 changed files with 915 additions and 799 deletions

View File

@@ -1,4 +1,8 @@
<template>
<Head>
<Title>寄托天下 - 面经发布</Title>
<Meta name="keyword" content="留学资讯,留学交流论坛,留学面经,面试经验,寄托天下" />
</Head>
<div class="content">
<div class="flexacenter save-box save-left" @click="submit(0)">
<img class="save-icon" src="@/assets/img/arrow-gray.png" />
@@ -13,7 +17,7 @@
<div class="box-left">
<div class="area-box">
<div class="item">
<div class="title flexacenter">
<div class="titletitle flexacenter">
申请信息
<div class="asterisk">*</div>
</div>
@@ -46,7 +50,7 @@
</div>
<div class="item">
<div class="title flexacenter">
<div class="titletitle flexacenter">
面试时间
<div class="asterisk">*</div>
</div>
@@ -60,7 +64,7 @@
</div>
<div class="item">
<div class="title flexacenter">
<div class="titletitle flexacenter">
面经帖标题
<div class="asterisk">*</div>
</div>
@@ -77,7 +81,7 @@
<div class="box-right">
<div class="area-box">
<div class="item">
<div class="title flexacenter">
<div class="titletitle flexacenter">
面试构成及过程
<div class="asterisk">*</div>
</div>
@@ -118,6 +122,8 @@ onMounted(() => {
getInit()
})
//
let typetype = ref("")
// const
let token = ""
const getInit = () => {
@@ -171,7 +177,7 @@ const querySchoolSearch = (queryString, cb) => {
let isRepetition = false
data.forEach(element => {
element["value"] = element["name"]
element["value"] = element["checkname"]
if (element["name"] == queryString) isRepetition = true
})
if (!isRepetition) {
@@ -240,10 +246,9 @@ const submit = (status = 1) => {
// 放弃保存 跳跃上一页或者首页
const abandonSaving = () => {
if (router.currentRoute.value.meta.previousPage) router.go(-1)
else goToURL("./index.html") // 跳转到首页
else goToURL("./index.html", false) // 跳转到首页
// else router.push("./index.html") // 跳转到首页
}
</script>
<style scoped lang="less">
@@ -269,7 +274,7 @@ const abandonSaving = () => {
}
.box {
.title {
.titletitle {
color: #666666;
font-size: 14px;
margin-bottom: 10px;