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
a3ae462b
Commit
a3ae462b
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c164d277
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
appointment.vue
pages/appointment/appointment.vue
+2
-2
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+3
-2
No files found.
pages/appointment/appointment.vue
View file @
a3ae462b
...
...
@@ -164,10 +164,10 @@
{{
item
.
PointNum
}}
</text>
<text
style=
'font-size: 12px;'
v-if=
"item.PointNum>0"
>
点
点
<text
v-if=
"item.RoomId!=null && item.RoomId>0"
>
(微信直播)
</text>
</text>
<text
style=
'font-size: 12px;'
v-if=
"item.PointNum==0"
>
免费
免费
<text
v-if=
"item.RoomId!=null && item.RoomId>0"
>
(微信直播)
</text>
</text>
</view>
</view>
...
...
pages/appointment/confirmAppointment.vue
View file @
a3ae462b
...
...
@@ -95,8 +95,9 @@
</view>
<view
class=
"top-item"
>
<text>
花费点数
</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>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}" v-if="data.PointNum>0">
{{
data
.
PointNum
}}
点
<text
v-if=
"data.RoomId!=null && data.RoomId>0"
>
(微信直播)
</text>
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}" v-if="data.PointNum==0
&&
data.RoomId!=null
&&
data.RoomId>0">免费(微信直播)
</text>
<text
class=
"t-item-r"
:style=
"
{color:mainColor}" v-if="data.PointNum==0
&&
(data.RoomId==null || data.RoomId==0)">免费
</text>
</view>
<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