Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
15fc5cd6
Commit
15fc5cd6
authored
Sep 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ed96ba59
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
840 additions
and
248 deletions
+840
-248
signUp.vue
src/components/signUp.vue
+555
-0
MultipleChoice.vue
src/components/subject/MultipleChoice.vue
+282
-245
activityList.vue
src/pages/activity/activityList.vue
+3
-3
No files found.
src/components/signUp.vue
0 → 100644
View file @
15fc5cd6
This diff is collapsed.
Click to expand it.
src/components/subject/MultipleChoice.vue
View file @
15fc5cd6
This diff is collapsed.
Click to expand it.
src/pages/activity/activityList.vue
View file @
15fc5cd6
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
</view>
</view>
<view
v-show=
"current == 2"
style=
"height: calc(100vh - 50px)"
>
<view
v-show=
"current == 2"
style=
"height: calc(100vh - 50px)"
>
<
SignUp
ref=
"children"
></SignUp
>
<
!--
<SignUp
ref=
"children"
></SignUp>
--
>
</view>
</view>
<auth
<auth
...
@@ -242,12 +242,12 @@ import {
...
@@ -242,12 +242,12 @@ import {
onMounted
,
onMounted
,
}
from
"vue"
;
}
from
"vue"
;
import
Loadmore
from
"../../components/loadmore.vue"
;
import
Loadmore
from
"../../components/loadmore.vue"
;
import
SignUp
from
"../../components/signUp.vue"
;
//
import SignUp from "../../components/signUp.vue";
import
{
getActivityTypeList
,
getActivityList
}
from
"../../api/activity"
;
import
{
getActivityTypeList
,
getActivityList
}
from
"../../api/activity"
;
export
default
{
export
default
{
components
:
{
components
:
{
Loadmore
,
Loadmore
,
SignUp
,
//
SignUp,
},
},
setup
()
{
setup
()
{
let
i
=
getCurrentInstance
();
let
i
=
getCurrentInstance
();
...
...
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