Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
8c5ea826
Commit
8c5ea826
authored
Jun 03, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ca916ded
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/components/index/SignUp/pass.vue
src/components/index/SignUp/pass.vue
+6
-7
No files found.
src/components/index/SignUp/pass.vue
View file @
8c5ea826
...
...
@@ -5,10 +5,8 @@
<!--
<img
src=
"@/assets/img/signUp/icon-shenhe.png"
alt=
""
/>
-->
<i
class=
"icon-icon"
></i>
</div>
<div
v-if=
"this.examine_status != 1 || !this.examine_status != 2"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"this.examine_status != 1 || this.examine_status != 2"
>
<div
v-if=
"this.examine_status == 0"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"this.examine_status == 0"
>
请等待工作人员审核,审核结果将于24小时内发布,请留意网站。
</div>
<div
v-if=
"this.examine_status == 1"
>
...
...
@@ -40,13 +38,14 @@ export default {
"
examine_status
"
+
this
.
$store
.
state
.
indexIdentity
),
examine_reason
:
window
.
localStorage
.
getItem
(
"
examine_reason
"
+
code
,
res
.
data
.
examine_reason
"
examine_reason
"
+
this
.
$store
.
state
.
indexIdentity
),
signBackStatus
:
""
,
};
},
created
()
{},
created
()
{
// console.log(this.examine_status)
},
watch
:
{},
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment