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
907b1ceb
Commit
907b1ceb
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9f9ab7c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
guidecarGoodsdetails.vue
pages/guidecar/guidecarGoodsdetails.vue
+3
-3
guidecarList.vue
pages/guidecar/guidecarList.vue
+1
-1
No files found.
pages/guidecar/guidecarGoodsdetails.vue
View file @
907b1ceb
...
...
@@ -66,7 +66,7 @@
<text
class=
"numfont"
>
{{
g
.
price
}}
</text>
<text
v-if=
'g.car_type==5'
>
/人
</text>
</view>
<view
class=
"sell u-skeleton-rect"
>
<text
class=
"oprice"
v-if=
"setting.is_underline_price == 1"
>
{{
g
.
original_price
}}
</text>
...
...
@@ -255,10 +255,10 @@
<text
class=
"btnsmall"
:style=
"
{ color: mc }">¥
</text>
<text
class=
"btnnumfont"
:style=
"
{ color: mc }"
>
{{
g
.
price
*
RideNum
}}
</text>
>
{{
g
.
car_type
==
5
?
g
.
price
*
RideNum
:
g
.
price
}}
</text>
</view>
<text
style=
'font-size: 12px;margin-left: 5px;'
>
(
{{
g
.
price
}}
*
{{
RideNum
}}
)
</text>
<text
style=
'font-size: 12px;margin-left: 5px;'
v-if=
"g.car_type==5"
>
(
{{
g
.
price
}}
*
{{
RideNum
}}
)
</text>
</view>
<view
class=
'btnstyle'
@
click=
"goUrl()"
>
预订
...
...
pages/guidecar/guidecarList.vue
View file @
907b1ceb
...
...
@@ -87,7 +87,7 @@
</view>
</view>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<view
class=
"price"
:style=
"
{ color: mainColor ,'font-size':'1
6
px'}" v-if="msg.CarType==5">¥
{{
x
.
price
}}
/人
</view>
<view
class=
"price"
:style=
"
{ color: mainColor ,'font-size':'1
4
px'}" v-if="msg.CarType==5">¥
{{
x
.
price
}}
/人
</view>
<view
class=
"price"
:style=
"
{ color: mainColor ,'font-size':'16px'}" v-if="msg.CarType!=5">¥
{{
x
.
price
}}
</view>
<!--
<view
style=
" color: #999999;font-size: 11px; "
>
总价¥
{{
x
.
price
*
msg
.
RideNum
}}
</view>
-->
</view>
...
...
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