Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
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
王永飞
tjty-app
Commits
3151588f
Commit
3151588f
authored
Nov 24, 2022
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了BUG
parent
e3a615c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
appointment.vue
...-app/pages_course/tjty_course_appointment/appointment.vue
+13
-5
No files found.
tjty-app/pages_course/tjty_course_appointment/appointment.vue
View file @
3151588f
...
@@ -2,10 +2,13 @@
...
@@ -2,10 +2,13 @@
<view
class=
"appoint"
>
<view
class=
"appoint"
>
<view
class=
"appoint-card"
>
<view
class=
"appoint-card"
>
<!--
<swiper
circular
indicator-dots
>
<swiper
circular
indicator-dots
>
<swiper-item
v-for=
"item in swipers"
>
</swiper-item>
-->
<swiper-item
v-for=
"(item,i) in bannerlist "
:key=
"i"
>
<image
:src=
"appoin.bannerImage"
style=
"border-radius:16px 16px 0 0 "
mode=
""
></image>
<image
:src=
"item"
></image>
</swiper-item>
</swiper>
<!--
<image
:src=
"appoin.bannerImage"
style=
"border-radius:16px 16px 0 0 "
mode=
""
></image>
-->
<view
class=
"info"
>
<view
class=
"info"
>
<view
class=
"item"
>
课程名称:
<view
class=
"item_c"
>
{{
appoin
.
courseName
|
ellipsis
}}
</view></view>
<view
class=
"item"
>
课程名称:
<view
class=
"item_c"
>
{{
appoin
.
courseName
|
ellipsis
}}
</view></view>
<view
class=
"item"
>
机构名称:
<view
class=
"item_c"
>
{{
appoin
.
mechanism
.
mechanismName
|
ellipsis
}}
</view></view>
<view
class=
"item"
>
机构名称:
<view
class=
"item_c"
>
{{
appoin
.
mechanism
.
mechanismName
|
ellipsis
}}
</view></view>
...
@@ -31,7 +34,7 @@
...
@@ -31,7 +34,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
bannerlist
:[],
appoin
:{},
appoin
:{},
Idscourse
:
''
Idscourse
:
''
...
@@ -56,6 +59,11 @@
...
@@ -56,6 +59,11 @@
console
.
log
(
res
);
console
.
log
(
res
);
if
(
res
.
code
===
200
){
if
(
res
.
code
===
200
){
this
.
appoin
=
res
.
data
this
.
appoin
=
res
.
data
this
.
bannerlist
=
this
.
appoin
.
bannerImage
.
split
(
","
)
// this.bannerlist.push(this.appoin.bannerImage)
console
.
log
(
"12111"
,
this
.
bannerlist
)
}
}
})
})
},
},
...
...
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