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
f5dededf
Commit
f5dededf
authored
Sep 24, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5fd5a770
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
11 deletions
+21
-11
feedback.vue
src/pages/course/feedback.vue
+4
-1
index.vue
src/pages/index/index.vue
+17
-10
No files found.
src/pages/course/feedback.vue
View file @
f5dededf
...
...
@@ -17,7 +17,9 @@
<view
class=
"feedback-info flex flex_start_center"
>
<image
:src=
"item.TeacherIcon"
class=
"info-headimg"
/>
<view
class=
"grow"
>
<view
class=
"teacher-name"
>
{{
item
.
TeacherName
}}
</view>
<view
class=
"teacher-name"
v-if=
"item.TeacherName"
>
{{
item
.
TeacherName
}}
</view>
<view
class=
"rate"
>
<van-rate
:value=
"item.Score"
...
...
@@ -156,6 +158,7 @@ export default {
/* height: 430rpx; */
box-sizing
:
border-box
;
padding
:
30
rpx
0
;
border-bottom
:
1px
solid
#e2e2e2
;
}
.feedback-info
{
height
:
60
rpx
;
...
...
src/pages/index/index.vue
View file @
f5dededf
...
...
@@ -77,9 +77,11 @@
class=
"info-headimg"
/>
<view
class=
"grow"
>
<view
class=
"teacher-name"
>
{{
indexData
.
FeedBackList
[
0
].
TeacherName
}}
</view>
<view
class=
"teacher-name"
v-if=
"indexData.FeedBackList[0].TeacherName"
>
{{
indexData
.
FeedBackList
[
0
].
TeacherName
}}
</view
>
<view
class=
"rate"
>
<van-rate
:value=
"indexData.FeedBackList[0].Score"
...
...
@@ -344,7 +346,7 @@ export default {
desc
:
"정원"
,
bgcolor
:
"#FEF5D6"
,
img
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/garden2.png"
,
jumpUrl
:
"
/pages/course/feedback
"
,
jumpUrl
:
""
,
},
],
indicatorDots
:
true
,
//是否显示轮播指示点
...
...
@@ -832,7 +834,7 @@ export default {
height
:
250
rpx
;
border-radius
:
20
rpx
;
margin-bottom
:
30
rpx
;
overflow
:
hidden
;
/* overflow: hidden; */
}
.swiperList
{
...
...
@@ -857,11 +859,16 @@ export default {
bottom
:
45
rpx
;
left
:
30
rpx
;
}
/* .swiper /deep/ .wx-swiper-dots{
position: relative;
right:-380px;
top:20px;
} */
.swiper
{
position
:
relative
;
}
/* .swiper /deep/ .wx-swiper-dots {
position: absolute;
right: -10rpx;
top: 50%;
transform: translateY(-50%);
z-index: 999;
} */
.swiper
/
deep
/
.wx-swiper-dot
{
width
:
10
rpx
;
height
:
10
rpx
;
...
...
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