Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
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
hooloo
mp
user
Commits
7c5d6d65
Commit
7c5d6d65
authored
Jun 29, 2022
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化订单UI
parent
5e7d1237
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
162 additions
and
124 deletions
+162
-124
orderSubPackage/pages/orderInfo/index.vue
+114
-75
pages/order/order.vue
+48
-49
No files found.
orderSubPackage/pages/orderInfo/index.vue
View file @
7c5d6d65
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
<u-icon
@
click=
"goBack"
name=
"arrow-left"
color=
"#000000"
size=
"20"
></u-icon>
<u-icon
@
click=
"goBack"
name=
"arrow-left"
color=
"#000000"
size=
"20"
></u-icon>
<view
class=
"tabTitle"
:style=
"
{'line-height':navigationBarHeight+'px'}">订单详情
</view>
<view
class=
"tabTitle"
:style=
"
{'line-height':navigationBarHeight+'px'}">订单详情
</view>
</view>
</view>
<div
class=
"order_status"
:style=
"
{'margin-top':(statusBarHeight+navigationBarHeight+getPx(32))+'px'}">
<div
class=
"order_status"
:style=
"
{'margin-top':(statusBarHeight+navigationBarHeight+13)+'px'}">
<view
class=
"status_text"
>
订单状态:
{{
orderStatusText
}}
</view>
<view
class=
"status_text"
>
订单状态:
{{
orderStatusText
}}
</view>
<view
class=
"tips"
>
<view
class=
"tips"
>
<view
v-if=
"orderInfo.state == 7"
>
为保持口感,请尽快引用哦~
</view>
<view
v-if=
"orderInfo.state == 7"
>
为保持口感,请尽快引用哦~
</view>
...
@@ -22,22 +21,18 @@
...
@@ -22,22 +21,18 @@
<div
class=
"order_flow"
v-if=
"qrShow"
>
<div
class=
"order_flow"
v-if=
"qrShow"
>
<div
v-if=
"qrShow"
class=
"code"
>
取单码
{{
orderInfo
.
orderNum
}}
</div>
<div
v-if=
"qrShow"
class=
"code"
>
取单码
{{
orderInfo
.
orderNum
}}
</div>
<div
class=
"realQrcodeBox"
v-if=
"qrShow&&isBuild"
>
<div
class=
"realQrcodeBox"
v-if=
"qrShow&&isBuild"
>
<image
mode=
"aspectFit"
:src=
"ewmImg"
class=
"qr_real"
></image
>
<image
mode=
"aspectFit"
:src=
"ewmImg"
/
>
</div>
</div>
<div
v-if=
"qrShow&&!isBuild"
class=
"qr_code"
>
<div
v-if=
"qrShow&&!isBuild"
class=
"qr_code"
>
<image
mode=
"aspectFit"
:src=
"'/static/imgs/erweimazhedang.png'"
class=
"qr"
></image
>
<image
mode=
"aspectFit"
:src=
"'/static/imgs/erweimazhedang.png'"
class=
"qr"
/
>
</div>
</div>
<view
class=
"status_text"
>
——制作完成后才能扫哦——
</view>
<view
class=
"scan_tips"
v-if=
"qrTextShow"
>
——制作完成后才能扫哦——
</view>
<canvas
v-if=
"qrShow"
class=
"canvas-code"
canvas-id=
"myQrcode"
<canvas
v-if=
"qrShow"
class=
"canvas-code"
canvas-id=
"myQrcode"
style=
"background:#fff;width: 200px;height: 200px; display:block; left:-800rpx;position:absolute;"
/>
style=
"background:#fff;width: 200px;height: 200px; display:block; left:-800rpx;position:absolute;"
/>
<div
v-if=
"qrShow"
class=
"flow_describe"
>
<div
v-if=
"qrShow"
class=
"flow_describe"
>
<view
class=
"title"
>
扫码流程
</view>
<view
class=
"title"
>
扫码流程
</view>
<image
:mode=
"'aspectFit'"
class=
"flow_img"
src=
"/static/imgs/saomaliucheng.png"
></image
>
<image
:mode=
"'aspectFit'"
class=
"flow_img"
src=
"/static/imgs/saomaliucheng.png"
/
>
</div>
</div>
</div>
</div>
<div
class=
"shop_info"
>
<div
class=
"shop_info"
>
<div
class=
"address"
>
<div
class=
"address"
>
<div
class=
"address_1"
>
{{
orderInfo
.
shop
.
name
}}
</div>
<div
class=
"address_1"
>
{{
orderInfo
.
shop
.
name
}}
</div>
...
@@ -46,10 +41,8 @@
...
@@ -46,10 +41,8 @@
<div
v-for=
"item in orderInfo.orderDetails"
:key=
"item.id"
>
<div
v-for=
"item in orderInfo.orderDetails"
:key=
"item.id"
>
<div
class=
"goods"
>
<div
class=
"goods"
>
<div
class=
"goods_item"
>
<div
class=
"goods_item"
>
<image
mode=
"aspectFit"
v-if=
"jsonParse(item.goods.pics).thumbnailApplet"
<image
v-if=
"jsonParse(item.goods.pics).thumbnailApplet"
:src=
"jsonParse(item.goods.pics).thumbnailApplet"
class=
"goods_img"
/>
:src=
"jsonParse(item.goods.pics).thumbnailApplet"
class=
"goods_img"
>
<image
v-else
:src=
"jsonParse(item.goods.pics).thumbnail"
class=
"goods_img"
/>
</image>
<image
mode=
"aspectFit"
v-else
:src=
"jsonParse(item.goods.pics).thumbnail"
class=
"goods_img"
></image>
<div
class=
"goods_text"
>
<div
class=
"goods_text"
>
<div
class=
"goods_name"
>
<div
class=
"goods_name"
>
<div
class=
"name"
>
{{
item
.
goodsName
}}
</div>
<div
class=
"name"
>
{{
item
.
goodsName
}}
</div>
...
@@ -89,18 +82,20 @@
...
@@ -89,18 +82,20 @@
<div
class=
"order_describe"
>
<div
class=
"order_describe"
>
<view
class=
"title"
>
订单信息
</view>
<view
class=
"title"
>
订单信息
</view>
<div
class=
"item"
>
<view
class=
"item_cont"
>
<span
class=
"label"
>
下单时间:
</span>
<view
class=
"item"
>
<span
class=
"value"
>
{{
orderInfo
.
createdAt
}}
</span>
<span
class=
"label"
>
下单时间:
</span>
</div>
<span
class=
"value"
>
{{
orderInfo
.
createdAt
}}
</span>
<div
class=
"item"
>
</view>
<span
class=
"label"
>
取单码号:
</span>
<view
class=
"item1"
>
<span
class=
"value"
>
{{
orderInfo
.
orderNum
}}
</span>
<span
class=
"label"
>
取单号码:
</span>
</div>
<span
class=
"value"
>
{{
orderInfo
.
orderNum
}}
</span>
<div
class=
"item"
>
</view>
<span
class=
"label"
>
订单编号:
</span>
<view
class=
"item1"
>
<span
class=
"value"
>
{{
orderInfo
.
orderNo
}}
</span>
<span
class=
"label"
>
订单编号:
</span>
</div>
<span
class=
"value"
>
{{
orderInfo
.
orderNo
}}
</span>
</view>
</view>
</div>
</div>
<div
class=
"customer_service"
>
<div
class=
"customer_service"
>
<button
class=
"function_item_text"
open-type=
"contact"
bindcontact=
"handleContact"
session-from=
"sessionFrom"
>
<button
class=
"function_item_text"
open-type=
"contact"
bindcontact=
"handleContact"
session-from=
"sessionFrom"
>
...
@@ -108,8 +103,8 @@
...
@@ -108,8 +103,8 @@
<u-icon
name=
"server-fill"
color=
"#000000"
size=
"16"
></u-icon>
<u-icon
name=
"server-fill"
color=
"#000000"
size=
"16"
></u-icon>
<span
:style=
"
{'margin-left':'16rpx'}">有疑问,联系客服
</span>
<span
:style=
"
{'margin-left':'16rpx'}">有疑问,联系客服
</span>
</view>
</view>
<view
class=
"icno-arrow"
>
<view
>
<image
:style=
"
{'height':'100%','width':'100%'}
" :src="'../../../static/imgs/jiantouhei.png'" />
<image
class=
"icno-arrow
"
:src=
"'../../../static/imgs/jiantouhei.png'"
/>
</view>
</view>
</button>
</button>
</div>
</div>
...
@@ -175,6 +170,11 @@ export default {
...
@@ -175,6 +170,11 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
getPx
(
rpx
)
{
// console.log((rpx * (wx.getSystemInfoSync().windowWidth / 750)));
// console.log(wx.getSystemInfoSync().windowWidth);
return
rpx
*
(
wx
.
getSystemInfoSync
().
windowWidth
/
750
);
},
goBack
(){
goBack
(){
uni
.
switchTab
({
url
:
'/pages/order/order'
})
uni
.
switchTab
({
url
:
'/pages/order/order'
})
},
},
...
@@ -253,6 +253,9 @@ export default {
...
@@ -253,6 +253,9 @@ export default {
qrShow
()
{
qrShow
()
{
return
[
'2'
,
'3'
,
'4'
,
'5'
].
indexOf
(
this
.
orderInfo
.
state
)
>=
0
;
return
[
'2'
,
'3'
,
'4'
,
'5'
].
indexOf
(
this
.
orderInfo
.
state
)
>=
0
;
},
},
qrTextShow
()
{
return
[
'2'
,
'3'
].
indexOf
(
this
.
orderInfo
.
state
)
>=
0
;
},
// 1 未支付
// 1 未支付
// 2 已支付
// 2 已支付
// 3 支付制作中
// 3 支付制作中
...
@@ -324,15 +327,18 @@ export default {
...
@@ -324,15 +327,18 @@ export default {
padding-bottom
:
30
rpx
;
padding-bottom
:
30
rpx
;
.topBar{
.topBar{
position
:
fixed
;
position
:
fixed
;
padding
:
0
rpx
34
rpx
;
width
:
100%
;
width
:
100%
;
background
:
white
;
background
:
white
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
align-items
:
center
;
align-items
:
center
;
z-index
:
9999
;
z-index
:
9999
;
padding-left
:
34
rpx
;
//
.arrow-left
{
//
margin-left
:
20
rpx
;
//
}
.tabTitle
{
.tabTitle
{
font-size
:
26
rpx
;
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
text-align
:
center
;
text-align
:
center
;
...
@@ -345,8 +351,8 @@ export default {
...
@@ -345,8 +351,8 @@ export default {
.order_status
{
.order_status
{
//
max-height
:
174
rpx
;
//
max-height
:
174
rpx
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
margin
:
32
rpx
32
rpx
;
margin
:
32
rpx
32
rpx
;
padding
:
24
rpx
0
rpx
3
0
rpx
0
rpx
;
padding
:
24
rpx
0
rpx
3
2
rpx
0
rpx
;
.status_text
{
.status_text
{
font-size
:
32
rpx
;
font-size
:
32
rpx
;
...
@@ -358,13 +364,12 @@ export default {
...
@@ -358,13 +364,12 @@ export default {
.tips
{
.tips
{
text-align
:
center
;
text-align
:
center
;
margin-top
:
1
9
rpx
;
margin-top
:
1
5
rpx
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#999999
;
color
:
#999999
;
.time
{
.time
{
font-size
:
32
rpx
;
font-size
:
32
rpx
;
...
@@ -376,7 +381,7 @@ export default {
...
@@ -376,7 +381,7 @@ export default {
}
}
.btns
{
.btns
{
padding-top
:
2
6
rpx
;
padding-top
:
2
8
rpx
;
text-align
:
center
;
text-align
:
center
;
width
:
428
rpx
;
width
:
428
rpx
;
display
:
flex
;
display
:
flex
;
...
@@ -415,15 +420,7 @@ export default {
...
@@ -415,15 +420,7 @@ export default {
.order_flow
{
.order_flow
{
background
:
#FFFFFF
;
background
:
#FFFFFF
;
margin
:
32
rpx
;
margin
:
32
rpx
;
padding-top
:
55
rpx
;
padding-top
:
56
rpx
;
.status_text
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
text-align
:
center
;
}
.code
{
.code
{
text-align
:
center
;
text-align
:
center
;
...
@@ -431,13 +428,22 @@ export default {
...
@@ -431,13 +428,22 @@ export default {
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
font-weight
:
600
;
color
:
#333333
;
color
:
#333333
;
padding-bottom
:
20
rpx
;
}
.status_text
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#333333
;
text-align
:
center
;
}
}
.qr_code
{
.qr_code
{
height
:
34
7
rpx
;
height
:
34
0
rpx
;
width
:
35
3
rpx
;
width
:
35
4
rpx
;
display
:
block
;
display
:
block
;
margin
:
9
2
rpx
auto
;
margin
:
7
2
rpx
auto
;
position
:
relative
;
position
:
relative
;
padding-bottom
:
40
rpx
;
padding-bottom
:
40
rpx
;
margin-bottom
:
0
rpx
;
margin-bottom
:
0
rpx
;
...
@@ -446,27 +452,36 @@ export default {
...
@@ -446,27 +452,36 @@ export default {
.qr
{
.qr
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
vertical-align
:
bottom
;
}
}
}
}
.scan_tips
{
font-size
:
28
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#666666
;
text-align
:
center
;
}
.realQrcodeBox
{
.realQrcodeBox
{
margin
:
20
rpx
auto
;
margin
:
0
auto
;
width
:
510
rpx
;
width
:
510
rpx
;
height
:
510
rpx
;
height
:
510
rpx
;
image{
image{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
vertical-align
:
bottom
;
}
}
}
}
.flow_describe
{
.flow_describe
{
height
:
300
rpx
;
padding-left
:
32
rpx
;
background
:
#FFFFFF
;
border-radius
:
10
rpx
;
padding-top
:
50
rpx
;
padding-top
:
50
rpx
;
padding-bottom
:
60
rpx
;
padding-left
:
32
rpx
;
padding-right
:
30
rpx
;
padding-bottom
:
58
rpx
;
.title
{
.title
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
font-weight
:
600
;
...
@@ -474,10 +489,11 @@ export default {
...
@@ -474,10 +489,11 @@ export default {
}
}
.flow_img
{
.flow_img
{
padding
:
36
rpx
32
rpx
0
rpx
32
rpx
;
padding
:
18
rpx
0
rpx
0
rpx
32
rpx
;
width
:
59
0
rpx
;
width
:
59
2
rpx
;
height
:
244
rpx
;
height
:
244
rpx
;
display
:
block
;
display
:
block
;
vertical-align
:
bottom
;
}
}
}
}
}
}
...
@@ -485,7 +501,7 @@ export default {
...
@@ -485,7 +501,7 @@ export default {
.shop_info
{
.shop_info
{
margin
:
32
rpx
;
margin
:
32
rpx
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
padding
:
40
rpx
30
rpx
2
4
rpx
30
rpx
;
padding
:
40
rpx
30
rpx
2
2
rpx
30
rpx
;
h3
{
h3
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
...
@@ -517,19 +533,19 @@ export default {
...
@@ -517,19 +533,19 @@ export default {
}
}
.goods
{
.goods
{
padding-top
:
20
rpx
;
//
padding-top
:
20
rpx
;
.goods_item
{
.goods_item
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
margin-top
:
2
0
rpx
;
margin-top
:
3
0
rpx
;
}
}
.goods_img
{
.goods_img
{
height
:
112
rpx
;
height
:
112
rpx
;
width
:
112
rpx
;
width
:
112
rpx
;
background-color
:
#eee
;
background-color
:
#eee
;
margin-right
:
30
rpx
;
margin-right
:
24
rpx
;
}
}
.goods_text
{
.goods_text
{
...
@@ -539,9 +555,12 @@ export default {
...
@@ -539,9 +555,12 @@ export default {
.goods_name
{
.goods_name
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
//
align-items
:
center
;
.name
{
.name
{
height
:
40
rpx
;
line-height
:
40
rpx
;
margin-top
:
10
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -549,6 +568,9 @@ export default {
...
@@ -549,6 +568,9 @@ export default {
}
}
.price
{
.price
{
height
:
40
rpx
;
line-height
:
40
rpx
;
margin-top
:
12
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
Futura-Medium
,
Futura
;
font-family
:
Futura-Medium
,
Futura
;
font-weight
:
500
;
font-weight
:
500
;
...
@@ -556,6 +578,8 @@ export default {
...
@@ -556,6 +578,8 @@ export default {
}
}
.psce_name
{
.psce_name
{
height
:
34
rpx
;
line-height
:
34
rpx
;
margin-top
:
18
rpx
;
margin-top
:
18
rpx
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
...
@@ -564,16 +588,14 @@ export default {
...
@@ -564,16 +588,14 @@ export default {
}
}
.size
{
.size
{
height
:
34
rpx
;
line-height
:
34
rpx
;
margin-top
:
24
rpx
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
margin-top
:
18
rpx
;
font-family
:
ArialMT
;
font-family
:
ArialMT
;
color
:
#666666
;
color
:
#666666
;
}
}
}
}
.goods_psce
{
margin-top
:
10
rpx
;
}
}
}
}
}
...
@@ -622,11 +644,13 @@ export default {
...
@@ -622,11 +644,13 @@ export default {
align-items
:
center
;
align-items
:
center
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-top
:
3
1
rpx
;
margin-top
:
3
2
rpx
;
border-top
:
1
rpx
solid
#EEEEEE
;
border-top
:
1
rpx
solid
#EEEEEE
;
padding-top
:
2
4
rpx
;
padding-top
:
2
3
rpx
;
.size
{
.size
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -636,14 +660,17 @@ export default {
...
@@ -636,14 +660,17 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
flex-end
;
align-items
:
flex-end
;
.paid_in
{
.paid_in
{
height
:
40
rpx
;
line-height
:
40
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
line-height
:
44
rpx
;
}
}
.money
{
.money
{
height
:
48
rpx
;
line-height
:
50
rpx
;
vertical-align
:
top
;
vertical-align
:
top
;
font-size
:
36
rpx
;
font-size
:
36
rpx
;
font-family
:
Futura-Medium
,
Futura
;
font-family
:
Futura-Medium
,
Futura
;
...
@@ -656,8 +683,8 @@ export default {
...
@@ -656,8 +683,8 @@ export default {
.order_describe
{
.order_describe
{
background
:
#fff
;
background
:
#fff
;
padding
:
2
6
rpx
31
rpx
;
padding
:
2
4
rpx
30
rpx
24
rpx
32
rpx
;
margin
:
32
rpx
;
margin
:
3
0
rpx
32
rpx
32
rpx
3
2
rpx
;
.title
{
.title
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
...
@@ -665,33 +692,45 @@ export default {
...
@@ -665,33 +692,45 @@ export default {
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
line-height
:
40
rpx
;
line-height
:
40
rpx
;
height
:
40
rpx
;
border-bottom
:
1
rpx
solid
#ECECEC
;
border-bottom
:
1
rpx
solid
#ECECEC
;
padding-bottom
:
24
rpx
;
padding-bottom
:
24
rpx
;
}
}
.item_cont
{
padding-top
:
6
rpx
;
}
.item1
,
.item
{
.item
{
margin-top
:
20
rpx
;
margin-top
:
20
rpx
;
line-height
:
34
rpx
;
.label
{
.label
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#999999
;
color
:
#999999
;
line-height
:
34
rpx
;
height
:
34
rpx
;
}
}
.value
{
.value
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
ArialMT
;
font-family
:
ArialMT
;
color
:
#666666
;
color
:
#666666
;
line-height
:
28
rpx
;
height
:
28
rpx
;
}
}
}
}
.item1
{
margin-top
:
18
rpx
;
}
}
}
.customer_service
{
.customer_service
{
height
:
90
rpx
;
height
:
90
rpx
;
line-height
:
90
rpx
;
line-height
:
90
rpx
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
font-weight
:
5
00
;
font-weight
:
4
00
;
color
:
#000000
;
color
:
#000000
;
padding
:
0
rpx
31
rpx
;
padding
:
0
rpx
31
rpx
;
margin
:
32
rpx
;
margin
:
32
rpx
;
...
@@ -712,8 +751,8 @@ export default {
...
@@ -712,8 +751,8 @@ export default {
align-items
:
center
;
align-items
:
center
;
}
}
.icno-arrow
{
.icno-arrow
{
width
:
9
rpx
;
width
:
9
.27
rpx
;
height
:
21
rpx
;
height
:
21
.68
rpx
;
}
}
}
}
.function_item_text
::after
{
.function_item_text
::after
{
...
...
pages/order/order.vue
View file @
7c5d6d65
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<view
class=
"order_item"
v-for=
"item in list"
:key=
"item.id"
@
click=
"openInfo(item)"
>
<view
class=
"order_item"
v-for=
"item in list"
:key=
"item.id"
@
click=
"openInfo(item)"
>
<view
class=
"order_header"
>
<view
class=
"order_header"
>
<view>
<view>
<
h3
class=
"order_adrass"
>
{{
item
.
shop
.
name
}}
</h3
>
<
view
class=
"order_adrass"
>
{{
item
.
shop
.
name
}}
</view
>
<
text
class=
"order_time"
>
{{
item
.
createdAt
}}
</text
>
<
view
class=
"order_time"
>
{{
item
.
createdAt
}}
</view
>
</view>
</view>
<view
class=
"order_status"
>
<view
class=
"order_status"
>
<text>
{{
getStateText
(
item
.
state
)
}}
</text>
<text>
{{
getStateText
(
item
.
state
)
}}
</text>
...
@@ -29,9 +29,8 @@
...
@@ -29,9 +29,8 @@
</view>
</view>
<div
class=
"order_content"
>
<div
class=
"order_content"
>
<view
class=
"order_content_box1"
>
<view
class=
"order_content_box1"
>
<view
class=
"goods_item"
v-for=
"good in item.orderDetails"
:key=
"good.id"
>
<view
class=
"goods_item"
v-for=
"(good,index) in item.orderDetails"
:key=
"good.id"
>
<image
class=
"goods_img"
v-if=
"jsonParse(good.goods.pics).thumbnailApplet"
<image
class=
"goods_img"
v-if=
"jsonParse(good.goods.pics).thumbnailApplet"
:src=
"jsonParse(good.goods.pics).thumbnailApplet"
></image>
:src=
"jsonParse(good.goods.pics).thumbnailApplet"
></image>
<image
v-else
class=
"goods_img"
:src=
"jsonParse(good.goods.pics).thumbnail"
></image>
<image
v-else
class=
"goods_img"
:src=
"jsonParse(good.goods.pics).thumbnail"
></image>
<view
class=
"goods_text"
>
<view
class=
"goods_text"
>
...
@@ -48,16 +47,16 @@
...
@@ -48,16 +47,16 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
v-if=
"index==item.orderDetails.length-1 && (item.state == 2 || item.state == 3 || item.state == 4 || item.state == 5)"
class=
"qr_code"
>
<image
class=
"qr_code_img"
src=
"/static/imgs/icon-barcode.png"
></image>
<view
class=
"qr_text"
>
点击二维码取单
</view>
</view>
</view>
</view>
</view>
</view>
<view
v-if=
"item.state == 2 || item.state == 3 || item.state == 4 || item.state == 5"
class=
"qr_code"
>
<image
class=
"qr_code_img"
src=
"/static/imgs/icon-barcode.png"
></image>
<view
class=
"qr_text"
>
点击二维码取单
</view>
</view>
</div>
</div>
<view
class=
"order_footer"
>
<view
class=
"order_footer"
>
<view
class=
"total"
>
<view
class=
"total"
>
共
{{
orderDetailsSize
(
item
.
orderDetails
)
}}
件商品
合计
<text
class=
"price"
>
¥
{{
Utils
.
isInteger
(
item
.
amount
)
}}
</text>
共
{{
orderDetailsSize
(
item
.
orderDetails
)
}}
件商品
实付
<text
class=
"price"
>
¥
{{
Utils
.
isInteger
(
item
.
amount
)
}}
</text>
</view>
</view>
<a
class=
"btn"
@
click
.
stop=
"PayNow(item)"
v-if=
"item.state == 1"
type=
"primary"
>
立刻支付
</a>
<a
class=
"btn"
@
click
.
stop=
"PayNow(item)"
v-if=
"item.state == 1"
type=
"primary"
>
立刻支付
</a>
<a
class=
"btn"
v-else
@
click
.
stop=
"oneMoreOrder(item)"
type=
"primary"
>
再来一单
</a>
<a
class=
"btn"
v-else
@
click
.
stop=
"oneMoreOrder(item)"
type=
"primary"
>
再来一单
</a>
...
@@ -249,9 +248,9 @@ export default {
...
@@ -249,9 +248,9 @@ export default {
}
}
.empty_text
{
.empty_text
{
width
:
500
rpx
;
width
:
500
rpx
;
margin-top
:
3
5
rpx
;
margin-top
:
3
2
rpx
;
text-align
:
center
;
text-align
:
center
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
...
@@ -283,14 +282,13 @@ export default {
...
@@ -283,14 +282,13 @@ export default {
/* 兼容老版本的方法 */
/* 兼容老版本的方法 */
-webkit-transform
:
translateX
(
-50%
);
-webkit-transform
:
translateX
(
-50%
);
transform
:
translate
(
-50%
);
transform
:
translate
(
-50%
);
margin-top
:
3
11
rpx
;
margin-top
:
3
52
rpx
;
.empty_icon
{
.empty_icon
{
width
:
324
rpx
;
width
:
324
rpx
;
height
:
236
rpx
;
height
:
236
rpx
;
}
}
.empty_text
{
.empty_text
{
margin-top
:
3
5
rpx
;
margin-top
:
3
2
rpx
;
text-align
:
center
;
text-align
:
center
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
...
@@ -299,7 +297,7 @@ export default {
...
@@ -299,7 +297,7 @@ export default {
color
:
#999999
;
color
:
#999999
;
}
}
.empty_button
{
.empty_button
{
margin-top
:
3
5
rpx
;
margin-top
:
3
6
rpx
;
width
:
167
rpx
;
width
:
167
rpx
;
height
:
64
rpx
;
height
:
64
rpx
;
border-radius
:
2
rpx
;
border-radius
:
2
rpx
;
...
@@ -322,9 +320,9 @@ export default {
...
@@ -322,9 +320,9 @@ export default {
.order_item
{
.order_item
{
width
:
686
rpx
;
width
:
686
rpx
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
margin
:
3
0
rpx
auto
0
;
margin
:
3
2
rpx
auto
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
25
rpx
22
rpx
32
rpx
32
rpx
;
padding
:
25
rpx
30
rpx
30
rpx
30
rpx
;
.order_header
{
.order_header
{
display
:
flex
;
display
:
flex
;
...
@@ -335,11 +333,14 @@ export default {
...
@@ -335,11 +333,14 @@ export default {
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
line-height
:
40
rpx
;
}
}
.order_time
{
.order_time
{
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
ArialMT
;
font-family
:
ArialMT
;
margin-top
:
4
rpx
;
line-height
:
28
rpx
;
color
:
#999999
;
color
:
#999999
;
}
}
...
@@ -351,6 +352,7 @@ export default {
...
@@ -351,6 +352,7 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
baseline
;
align-items
:
baseline
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
line-height
:
34
rpx
;
.xiaojiantou
{
.xiaojiantou
{
width
:
12
rpx
;
width
:
12
rpx
;
height
:
16
rpx
;
height
:
16
rpx
;
...
@@ -361,7 +363,6 @@ export default {
...
@@ -361,7 +363,6 @@ export default {
}
}
.order_content
{
.order_content
{
margin-top
:
42
rpx
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
...
@@ -370,34 +371,31 @@ export default {
...
@@ -370,34 +371,31 @@ export default {
flex
:
1
;
flex
:
1
;
}
}
.qr_code
{
font-size
:
16
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#666666
;
line-height
:
22
rpx
;
text-align
:
center
;
margin-right
:
10
rpx
;
margin-left
:
39
rpx
;
.qr_code_img
{
width
:
76
rpx
;
height
:
76
rpx
;
}
.qr_text
{
margin-top
:
10
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
}
}
.goods_item
{
.goods_item
{
margin-top
:
42
rpx
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
//
align-items
:
center
;
.qr_code
{
text-align
:
center
;
margin-right
:
10
rpx
;
margin-left
:
38
rpx
;
.qr_code_img
{
vertical-align
:
bottom
;
width
:
76
rpx
;
height
:
76
rpx
;
}
.qr_text
{
line-height
:
28
rpx
;
margin-top
:
10
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
}
}
.goods_img
{
.goods_img
{
height
:
96
rpx
;
height
:
96
rpx
;
...
@@ -414,21 +412,22 @@ export default {
...
@@ -414,21 +412,22 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#666666
;
margin-top
:
10
rpx
;
line-height
:
40
rpx
;
}
}
.goods_spce
{
.goods_spce
{
margin-top
:
2
.6
rpx
;
margin-top
:
2
rpx
;
font-size
:
24
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
34
rpx
;
color
:
#999999
;
color
:
#999999
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
}
}
}
}
}
}
}
}
...
@@ -436,7 +435,7 @@ export default {
...
@@ -436,7 +435,7 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-top
:
4
1
rpx
;
margin-top
:
4
0
rpx
;
.total
{
.total
{
font-size
:
28
rpx
;
font-size
:
28
rpx
;
...
...
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