Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
52afa11e
Commit
52afa11e
authored
Jun 07, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bc1a7b23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
index.vue
src/pages/index/index.vue
+6
-4
workSituation.vue
src/pages/index/workSituation.vue
+7
-3
No files found.
src/pages/index/index.vue
View file @
52afa11e
...
...
@@ -2,7 +2,7 @@
<page-meta
:page-style=
"showPopu?'overflow:hidden;':''"
>
<view
class=
"indexpage"
>
<navbar
class=
"navbarSticky"
bg=
"#F6F6F6"
>
<view
class=
"index-header-box"
>
<
!--
<
view
class=
"index-header-box"
>
<view
class=
"index-header-img"
>
<van-image
width=
"100%"
height=
"100%"
fit=
"cover"
class=
"img"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png"
/>
</view>
...
...
@@ -12,7 +12,8 @@
</view>
<view
class=
"index-header-name"
>
{{
userData
.
AccountName
}}
</view>
</view>
</view>
</view>
-->
<signOut></signOut>
</navbar>
<view
style=
"margin: 40rpx 0 10rpx 0;"
>
<view
style=
"padding:0 50rpx;font-weight: 800;color: #282828;"
>
...
...
@@ -47,6 +48,7 @@
import
JobComponents
from
'@/components/index/JobComponents'
import
examComponents
from
'@/components/index/examComponents'
import
commentsComponents
from
'@/components/index/commentsComponents'
import
signOut
from
"@/components/signOut"
;
import
vue
,
{
ref
,
reactive
,
...
...
@@ -77,7 +79,8 @@
courseCard
,
JobComponents
,
examComponents
,
commentsComponents
commentsComponents
,
signOut
},
setup
(
props
)
{
let
{
...
...
@@ -104,7 +107,6 @@
});
},
changeCourseHandler
(
id
){
console
.
log
(
id
,
',,,,,,,,,,,,,'
)
methods
.
getStuHomeWorkAndExam
(
id
)
},
getStuCourse
()
{
...
...
src/pages/index/workSituation.vue
View file @
52afa11e
...
...
@@ -2,7 +2,7 @@
<page-meta
:page-style=
"showPopu?'overflow:hidden;':''"
>
<view
class=
"workSituationpage"
>
<navbar
class=
"navbarSticky"
bg=
"#F6F6F6"
>
<view
class=
"index-header-box"
@
click=
"back"
>
<
!--
<
view
class=
"index-header-box"
@
click=
"back"
>
<view
class=
"index-header-img"
>
<van-image
width=
"100%"
height=
"100%"
fit=
"cover"
class=
"img"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png"
/>
...
...
@@ -13,7 +13,8 @@
</view>
<view
class=
"index-header-name"
>
{{
userData
.
AccountName
}}
</view>
</view>
</view>
</view>
-->
<signOut></signOut>
</navbar>
<view
style=
"margin: 40rpx 0 10rpx 0;"
class=
"workSituationAccountName flex"
>
<view
style=
"padding:0 50rpx;font-weight: 800;color: #282828;"
>
...
...
@@ -63,6 +64,7 @@
import
operation
from
'@/components/index/workSituation/operation'
import
studentList
from
'@/components/index/workSituation/studentList'
import
examList
from
'@/components/index/workSituation/examList'
import
signOut
from
"@/components/signOut"
;
import
vue
,
{
ref
,
reactive
,
...
...
@@ -92,7 +94,8 @@
operation
,
studentList
,
examList
,
Loadmore
Loadmore
,
signOut
},
setup
(
props
)
{
let
{
...
...
@@ -380,6 +383,7 @@
margin-right
:
20
rpx
;
background
:
#FFFFFF
;
}
.workSituationpage
{
min-height
:
100vh
;
background-color
:
#f6f6f6
;
...
...
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