@@ -150,5 +150,13 @@ export function computedOrderkey(data) {
method: 'post',
data
});
+}
+
+/**
+ * 订单列表
+ * @param object data
+*/
+export function getOrderList(data){
+ return request.get('order/list',data);
}
@@ -778,14 +778,21 @@ page {
margin-top: 52rpx;
display: flex;
height: 117rpx;
- color: #fff;
+ color: #fff;
+ .tj-item:nth-child(1){
+ width: 32.8%;
+ }
+ .tj-item:nth-child(2){
+ width: 34.8%;
.tj-item {
flex-direction: column;
flex-grow: 1;
text-align: center;
font-size: 26rpx;
- font-weight: 500;
+ font-weight: 500;
+ width: 33.33%;
.num {
margin-top: 32rpx;
font-size: 36rpx;