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
9e1a0b53
Commit
9e1a0b53
authored
Oct 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ab8d03b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
courseInfo.vue
pages/school/courseInfo.vue
+9
-5
teacherDetails.vue
pages/school/teacherDetails.vue
+4
-3
No files found.
pages/school/courseInfo.vue
View file @
9e1a0b53
...
...
@@ -101,7 +101,7 @@
</view>
</view>
<view
class=
"teacher"
>
<view
style=
"font-size: 14px;color: #1B1D1E;"
>
授课老师
</view>
<view
style=
"font-size: 14px;color: #1B1D1E;
font-weight: bold;
"
>
授课老师
</view>
<view
class=
"teacher-list"
>
<view
class=
"teacher-item"
v-for=
"(ti, i) in g.teacher_list"
:key=
"i"
@
click=
"goteacher(ti)"
>
<u-avatar
:src=
"ti.teacher_logo"
size=
"50"
></u-avatar>
...
...
@@ -110,6 +110,7 @@
</view>
</view>
</view>
<view
style=
"width: 100%;height: 10px;background: #FAF8F9;"
></view>
<view
class=
"sku-box u-skeleton-rect"
style=
"align-items: flex-start;"
>
<view
class=
"label"
style=
"margin-top: 5px;"
>
活动
</view>
<view
class=
"content"
style=
"display: flex;flex-direction: column"
>
...
...
@@ -125,7 +126,7 @@
</view>
</view>
<view
style=
"width: 100%;height: 10px;background: #FAF8F9;"
></view>
<view
class=
"tiaoti"
>
...
...
@@ -162,7 +163,7 @@
<view
class=
"tiaoti"
>
<view
class=
"tiaoti-l"
></view>
<text
style=
"font-size: 16px;color: #1B1D1E;margin-left: 5px;"
>
评价
<text
style=
"font-size: 11px;color: #1C1E1F;margin-left: 5px;"
>
{{
commentcount
}}
条
</text>
</text>
<text
style=
"font-size: 16px;color: #1B1D1E;margin-left: 5px;"
>
评价
<text
style=
"font-size: 11px;color: #1C1E1F;margin-left: 5px;
font-weight: 0;
"
>
{{
commentcount
}}
条
</text>
</text>
</view>
<view
class=
"sku-box u-skeleton-rect"
style=
"justify-content: center;"
v-if=
"comments.length == 0 && setting.is_comment == 1"
>
<view
class=
"label"
>
暂无评价信息
</view>
...
...
@@ -734,7 +735,7 @@ export default {
width
:
1px
;
}
.goods
.g-info
.g-price-box
.left
.price
{
margin
:
1
5
px
0
;
margin
:
1
0
px
0
;
font-size
:
24px
;
font-weight
:
bold
;
height
:
31px
;
...
...
@@ -905,6 +906,7 @@ font-family: aa;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
font-weight
:
bold
}
.goods
.tiaoti-l
{
width
:
3px
;
...
...
@@ -971,13 +973,14 @@ font-family: aa;
border-radius
:
10px
;
background
:
#F5F6F7
;
margin-left
:
10px
;
margin-bottom
:
10px
;
}
.goods
.teacher-list
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
margin
:
10px
;
margin
:
10px
10px
0
;
}
.goods
.teacher-item
{
display
:
flex
;
...
...
@@ -1010,6 +1013,7 @@ font-family: aa;
display
:
flex
;
align-items
:
center
;
padding
:
5px
0
;
margin-top
:
10px
;
}
.goods
.gl-left
{
flex
:
1
;
...
...
pages/school/teacherDetails.vue
View file @
9e1a0b53
...
...
@@ -28,7 +28,7 @@
<view
class=
"teacherbox"
>
<u-avatar
:src=
"teacher.teacherResult.TeacherLogo"
size=
"140"
></u-avatar>
<view
class=
"teacherbox-r"
>
<text
style=
"font-size: 16px;color: #121212;"
>
{{
teacher
.
teacherResult
.
Name
}}
</text>
<text
style=
"font-size: 16px;color: #121212;
font-weight: bold;
"
>
{{
teacher
.
teacherResult
.
Name
}}
</text>
<text
style=
"font-size: 12px;color: #9A9A9A;margin: 10px 0;"
>
{{
teacher
.
teacherResult
.
Major
}}
</text>
<view
class=
"teacherbox-b"
>
<view
class=
"teacher-b-item"
:style=
"
{background:mc}" v-for="(x, i) in teacher.teacherResult.LableNameList" :key="ci">
...
...
@@ -41,11 +41,11 @@
<view
class=
"course-ti"
>
<view
class=
"course-ti-c"
>
<view
class=
"course-ti-cont"
>
<text>
{{
teacher
.
teacherResult
.
WorkYears
}}
</text>
<text
style=
"font-weight: bold;"
>
{{
teacher
.
teacherResult
.
WorkYears
}}
</text>
<text
class=
"huixin"
>
教龄
</text>
</view>
<view
class=
"course-ti-cont"
>
<text>
{{
teacher
.
teacherResult
.
FollowteacherNum
}}
</text>
<text
style=
"font-weight: bold;"
>
{{
teacher
.
teacherResult
.
FollowteacherNum
}}
</text>
<text
class=
"huixin"
>
粉丝
</text>
</view>
<view
class=
"course-ti-cont2"
:style=
"
{background:mc}" @click="setFollowTeacher()">
...
...
@@ -327,6 +327,7 @@
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
font-weight
:
bold
;
}
.teacherDetails
.tiaoti-l
{
width
:
3px
;
...
...
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