Commit 6be248dc authored by zhengke's avatar zhengke

修改

parent 78903bcb
......@@ -309,9 +309,9 @@ export default {
// height: 480rpx;
background-color: #fff;
box-sizing: border-box;
padding: 20rpx;
padding: 40rpx 20rpx 40rpx 20rpx;
border-radius: 10rpx;
margin: 20rpx auto;
margin: auto;
.orderNum {
font-size: 24rpx;
color: #111;
......
......@@ -322,9 +322,9 @@ export default {
// height: 480rpx;
background-color: #fff;
box-sizing: border-box;
padding: 20rpx;
padding: 40rpx 20rpx 40rpx 20rpx;
border-radius: 10rpx;
margin: 20rpx auto;
margin: auto;
.orderNum {
font-size: 24rpx;
color: #111;
......
......@@ -16,6 +16,8 @@
<scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" @scrolltolower="lower"
:style="{ height: '100%' }">
<view v-for="(item,index) in orderList" :key="index">
<orderItem :data="item" :orderType="orderType" @update="updateList"
v-if="orderType === 1" />
<saleAfterOrderItem :data="item" :orderType="orderType" @update="updateList"
v-if="orderType === 2" />
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment