Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
ccc9f682
Commit
ccc9f682
authored
Jan 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5e1bf5a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
teacherDetails.vue
pages/school/teacherDetails.vue
+7
-0
No files found.
pages/school/teacherDetails.vue
View file @
ccc9f682
...
...
@@ -75,6 +75,12 @@
</view>
</view>
<u-empty
text=
"暂无动态"
v-if=
'teacher.teacherResult.DynamicList.length==0 && teacher.teacherResult.DynamicStatus!=4'
font-size=
"36"
mode=
"list"
></u-empty>
<view
style=
"100%;height: 50px;display: flex;align-items: center;justify-content: center;"
v-if=
'teacher.teacherResult.DynamicList.length==0 && teacher.teacherResult.DynamicStatus==4'
>
<view
style=
"width: 90px;height: 28px;background: #40766E;font-size: 12px;color: #FFFFFF;border-radius: 12px;display: flex;align-items: center;justify-content: center;"
@
click=
"setFollowTeacher(2)"
>
关注查看更多
</view>
</view>
<view
class=
"ftBox"
v-for=
"(x, i) in teacher.teacherResult.DynamicList"
:key=
"i"
@
click=
"godetails(x,i)"
>
<view
class=
"jiazu"
v-if=
"x.YearTime!=''"
>
{{
x
.
YearTime
}}
年
</view>
<view
class=
"interDList"
>
...
...
@@ -329,6 +335,7 @@
data
:
{
ID
:
that
.
id
,
UserId
:
that
.
UserId
}
},
res2
=>
{
that
.
teacher
.
teacherResult
.
DynamicList
=
res2
.
data
.
teacherResult
.
DynamicList
that
.
teacher
.
teacherResult
.
DynamicStatus
=
res2
.
data
.
teacherResult
.
DynamicStatus
that
.
teacher
.
teacherResult
.
Followteacher
=
res2
.
data
.
teacherResult
.
Followteacher
that
.
teacher
.
teacherResult
.
FollowteacherNum
=
res2
.
data
.
teacherResult
.
FollowteacherNum
...
...
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