Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
b62b1b0c
Commit
b62b1b0c
authored
May 10, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
ca17c19c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
index.vue
pages/index/index.vue
+1
-2
order.vue
pages/order/order.vue
+10
-9
No files found.
pages/index/index.vue
View file @
b62b1b0c
...
...
@@ -48,7 +48,7 @@
</view>
</view>
<view
class=
"banner2"
>
<image
:src=
"assetsPath +'/banner
2
.png'"
mode=
"widthFix"
></image>
<image
:src=
"assetsPath +'/banner
3
.png'"
mode=
"widthFix"
></image>
</view>
<view
class=
"flex-col list-box"
>
<!--
<view
class=
"title titleStyle"
>
...
...
@@ -825,7 +825,6 @@
image
{
width
:
38px
;
height
:
38px
;
border-radius
:
50%
;
margin
:
0
15
upx
;
}
}
...
...
pages/order/order.vue
View file @
b62b1b0c
...
...
@@ -225,8 +225,8 @@
<text
class=
"text-black text-left"
>
优惠金额
</text>
<view
class=
"flex-row"
>
<!--
<text
class=
"text-pink text-sm text-bold"
style=
"margin-bottom: 3upx;"
>
{{
computePriceInfo
.
couponFee
>
0
?
'-'
:
''
}}
¥
</text>
-->
<text
class=
"text-pink"
>
¥
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
couponFee
||
0
}}
</text>
<text>
元
</text>
</view>
</view>
</view>
...
...
@@ -234,7 +234,7 @@
<view
class=
"flex-row"
>
<text
class=
"text-title"
>
优惠价
</text>
<view
class=
"flex-row margin-left"
>
<text
class=
""
>
¥
</text>
<text
class=
"
text-pink
"
>
¥
</text>
<text
class=
"text-xxl text-bold amount"
>
{{
Number
(
computePriceInfo
.
payFee
).
toFixed
(
2
)
}}
</text>
</view>
</view>
...
...
@@ -316,14 +316,15 @@
</view>
<view
class=
"info flex-row-center"
>
<text
class=
""
>
房间:
</text>
<text
class=
"text-pink margin-left text-lg "
>
{{
roomInfo
.
name
}}
{{
roomTypeEnum
[
roomInfo
.
roomType
]
}}
</text>
<text
class=
"
text-black text-bold text-lg
"
>
房间:
</text>
<text
class=
"text-pink margin-left text-lg "
>
{{
roomInfo
.
name
}}
(
{{
roomTypeEnum
[
roomInfo
.
roomType
]
}}
)
</text>
</view>
<view
class=
"info flex-row-center"
>
<text
class=
""
>
金额:
</text>
<text
class=
"text-pink text-xxl margin-left"
>
{{
Number
(
computePriceInfo
.
payFee
).
toFixed
(
2
)
}}
</text>
<text
class=
"margin-left-sm"
>
元
</text>
<text
class=
"text-black text-bold text-lg"
>
金额:
</text>
<text
class=
"margin-left text-pink text-lg"
>
¥
</text>
<text
class=
"text-pink text-xl "
>
{{
Number
(
computePriceInfo
.
payFee
).
toFixed
(
2
)
}}
</text>
</view>
</view>
<view
class=
"footer-btn-box"
>
...
...
@@ -2334,8 +2335,8 @@
padding
:
12
upx
30
upx
;
font-size
:
20
upx
;
text{
font-weight
:
600
;
font-size
:
32
rpx
;
//
font-weight
:
600
;
//
font-size
:
32
rpx
;
//
color
:
#333333
;
}
}
...
...
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