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
a6fa3e72
Commit
a6fa3e72
authored
Sep 21, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c65db551
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
guidecarGoodsdetails.vue
pages/guidecar/guidecarGoodsdetails.vue
+5
-2
guidecarList.vue
pages/guidecar/guidecarList.vue
+2
-2
No files found.
pages/guidecar/guidecarGoodsdetails.vue
View file @
a6fa3e72
...
...
@@ -143,6 +143,7 @@
<u-icon
name=
"arrow"
:size=
"32"
color=
"#111"
></u-icon>
</view>
<view
class=
"sku-box"
style=
"justify-content: space-between;"
>
<view
class=
"row"
>
<span
class=
'skub_text'
>
服务类型
</span>
...
...
@@ -161,11 +162,12 @@
</view>
</view>
<view
style=
"width: 100%;height: 10px;background: #f5f5f5;"
></view>
<view
class=
"sku-box u-skeleton-rect"
v-if=
"comments.length == 0 && setting.is_comment == 1"
>
<view
class=
"label"
>
暂无评论信息
</view>
</view>
<view
v-if=
"comments.length > 0"
>
<view
class=
"chead"
style=
"padding:
0
10px;"
>
<view
class=
"chead"
style=
"padding: 10px;"
>
<u-section
:bold=
"false"
:sub-color=
"secondary"
...
...
@@ -260,6 +262,7 @@
</view>
</view>
<u-skeleton
v-if=
"loading"
:loading=
"true"
:animation=
"true"
bgcolor=
"#FFF"
></u-skeleton>
<view
style=
"width: 100%;height: 10px;background: #f5f5f5;"
></view>
<u-divider
:margin-top=
"20"
:margin-bottom=
"20"
bg-color=
"transparent"
>
商品详情
</u-divider>
<view
class=
"details"
>
<h-parse
:content=
"detailContent"
@
navigate=
"clickDescription"
></h-parse>
...
...
@@ -670,7 +673,7 @@
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
font-size
:
16px
;
height
:
45px
;
max-
height
:
45px
;
}
.guidecarOrderdetails
.Logo
{
padding
:
1px
5px
;
...
...
pages/guidecar/guidecarList.vue
View file @
a6fa3e72
...
...
@@ -87,8 +87,8 @@
</view>
</view>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<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':'1
4
px'}" v-if="msg.CarType!=5">¥
{{
x
.
price
}}
</view>
<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
6
px'}" v-if="msg.CarType!=5">¥
{{
x
.
price
}}
</view>
<!--
<view
style=
" color: #999999;font-size: 11px; "
>
总价¥
{{
x
.
price
*
msg
.
RideNum
}}
</view>
-->
</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