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
90a43368
Commit
90a43368
authored
Jun 01, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4b88036a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
32 deletions
+33
-32
workSituation.vue
src/pages/index/workSituation.vue
+33
-32
No files found.
src/pages/index/workSituation.vue
View file @
90a43368
...
...
@@ -14,13 +14,18 @@
</view>
</view>
</navbar>
<view
style=
"margin: 40rpx 0 10rpx 0;"
>
<view
style=
"margin: 40rpx 0 10rpx 0;"
class=
"workSituationAccountName flex"
>
<view
style=
"padding:0 50rpx;font-weight: 800;color: #282828;"
>
<view
style=
"font-size: 36rpx;"
>
Hi,
</view>
<view
style=
"font-size: 50rpx;"
>
{{
userData
.
AccountName
}}
老师
</view>
</view>
<view
@
click=
"goSet"
>
设置评语
</view>
<view
class=
"set-text"
>
<view
class=
"flex"
@
click=
"goSet"
>
<text>
设置评语
</text>
<van-image
class=
"img"
width=
"14rpx"
height=
"13rpx"
fit=
"cover"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653977684000_601.png"
/>
</view>
</view>
</view>
<courseCard
@
change=
"changeCourseHandler"
></courseCard>
<view
class=
"index-student-information"
>
...
...
@@ -137,7 +142,6 @@
})
},
changeCourseHandler
(
id
){
console
.
log
(
id
,
'........................'
)
data
.
Msg
.
courseId
=
45329247
data
.
OperationMsg
.
courseId
=
45329247
data
.
currentCourseId
=
45329247
...
...
@@ -147,14 +151,6 @@
},
toggleTitle
(
t
)
{
data
.
tabNme
=
t
// if(t=='学生列表'){
// this.getCourseStuList()
// }else if(data.tabNme=='作业情况'){
// this.getCourseHomeWorkList()
// }else{
// this.getExamPageList()
// }
},
//获取学生列表
getCourseStuList
(){
...
...
@@ -241,31 +237,13 @@
};
},
onLoad
(
option
)
{
// this.tabNme = option.tabNme
// this.OperationMsg.courseId = option.courseId
// this.Msg.courseId = option.courseId
},
onShow
()
{
// if(this.tabNme=='学生列表'){
// this.getCourseStuList()
// }else if(this.tabNme=='作业情况'){
// this.getGetCourseHomeWorkList()
// }else{
// this.getExamPageList()
// }
// this.tabNme = option.tabNme?option.tabNme:'作业情况'
// this.OperationMsg.courseId = option.courseId
// this.Msg.CourseId = option.courseId
},
onShow
()
{
// this.dataList = []
// if(this.tabNme=='学生列表'){
// this.getCourseStuList()
// }else if(this.tabNme=='作业情况'){
// this.getCourseHomeWorkList()
// }else{
// this.getExamPageList()
// }
},
...
...
@@ -287,6 +265,29 @@
</
script
>
<
style
scoped
>
.set-text
view
.img
{
margin-left
:
10
rpx
;
}
.set-text
view
{
width
:
160
rpx
;
line-height
:
50
rpx
;
background
:
#FFFFFF
;
border
:
1
rpx
solid
#E6A9AE
;
border-radius
:
25
rpx
;
justify-content
:
center
;
font-size
:
24
rpx
;
font-weight
:
bold
;
color
:
#C91727
;
letter-spacing
:
1
rpx
;
}
.set-text
{
width
:
160
rpx
;
flex-shrink
:
0
;
margin-right
:
50
rpx
;
}
.workSituationAccountName
{
justify-content
:
space-between
;
}
.num
{
font-size
:
20
rpx
;
display
:
inline-block
;
...
...
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