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
8385ff58
Commit
8385ff58
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e89fc762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
appointment.vue
pages/appointment/appointment.vue
+1
-1
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+8
-1
No files found.
pages/appointment/appointment.vue
View file @
8385ff58
...
...
@@ -166,7 +166,7 @@
<text
style=
'font-size: 12px;'
v-if=
"item.PointNum>0"
>
点
</text>
<text
style=
'font-size: 1
6
px;'
v-if=
"item.PointNum==0"
>
<text
style=
'font-size: 1
2
px;'
v-if=
"item.PointNum==0"
>
免费
</text>
</view>
...
...
pages/appointment/confirmAppointment.vue
View file @
8385ff58
...
...
@@ -95,7 +95,8 @@
</view>
<view
class=
"top-item"
>
<text>
花费点数
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}">
{{
data
.
PointNum
}}
点
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}" v-if="data.PointNum>0">
{{
data
.
PointNum
}}
点
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}" v-if="data.PointNum==0
&&
data.IsFree==1">免费(微信直播)
</text>
</view>
<view
class=
"top-item"
>
<text>
课程时长
</text>
...
...
@@ -106,6 +107,12 @@
<text
class=
"t-item-r"
>
{{
data
.
MinDuration
}}{{
data
.
DurationUnitName
}}
</text>
</view>
</view>
<!--
<view
class=
"box-top"
style=
"margin-top: 15px;"
v-if=
"data.IsFree==1"
>
<view
class=
"top-item"
style=
"border: none;"
>
<text>
直播
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}">微信直播
</text>
</view>
</view>
-->
<view
class=
"box-top"
style=
"margin-top: 15px;"
v-if=
" data.StudentNumType==1"
>
<view
class=
"top-item"
>
<text>
课时数量
</text>
...
...
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