订单相关
This commit is contained in:
parent
8299492d12
commit
00833b4208
|
|
@ -51,7 +51,7 @@ export default {
|
||||||
iconPath: "/static/images/tabbar/new_order_gray.png",
|
iconPath: "/static/images/tabbar/new_order_gray.png",
|
||||||
text: "订单",
|
text: "订单",
|
||||||
selectedIconPath: "/static/images/tabbar/new_order.png",
|
selectedIconPath: "/static/images/tabbar/new_order.png",
|
||||||
pagePath: "/pages/order/all-orders"
|
pagePath: "/pages/order/userorder-list"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
iconPath: "/static/images/tabbar/new_message_gray.png",
|
iconPath: "/static/images/tabbar/new_message_gray.png",
|
||||||
|
|
|
||||||
|
|
@ -1048,7 +1048,7 @@
|
||||||
"iconPath": "/static/images/tabbar/new_order_gray.png",
|
"iconPath": "/static/images/tabbar/new_order_gray.png",
|
||||||
"text": "订单",
|
"text": "订单",
|
||||||
"selectedIconPath": "/static/images/tabbar/new_order.png",
|
"selectedIconPath": "/static/images/tabbar/new_order.png",
|
||||||
"pagePath": "pages/order/all-orders"
|
"pagePath": "pages/order/userorder-list"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"iconPath": "/static/images/tabbar/new_message_gray.png",
|
"iconPath": "/static/images/tabbar/new_message_gray.png",
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@
|
||||||
},
|
},
|
||||||
emitStart() {
|
emitStart() {
|
||||||
this.$emit("start");
|
this.$emit("start");
|
||||||
|
|
||||||
},
|
},
|
||||||
emitDone() {
|
emitDone() {
|
||||||
this.$emit("done");
|
this.$emit("done");
|
||||||
|
|
@ -181,8 +182,8 @@
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.order-card {
|
.order-card {
|
||||||
padding: 20rpx 30rpx 20rpx 30rpx;
|
padding: 24rpx 20rpx 24rpx 20rpx;
|
||||||
margin: 0rpx 30rpx 20rpx 30rpx;
|
margin: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
|
/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue