首页样式
This commit is contained in:
parent
cf66fcfd3c
commit
88c80be724
|
@ -208,7 +208,6 @@
|
|||
"router" : {
|
||||
"mode" : "history"
|
||||
},
|
||||
|
||||
"devServer" : {
|
||||
"https" : false,
|
||||
"port" : 8080,
|
||||
|
|
|
@ -497,15 +497,11 @@
|
|||
</view>
|
||||
<view class="flex justify-between align-center padding-sm">
|
||||
<view class="flex title-font2">
|
||||
{{ item.ordersNo }}
|
||||
<!-- <u-button v-if="item.status == 1" :custom-style="customStyle" shape="circle" :plain="true"
|
||||
@click="cancelOrder(item)">取消订单</u-button> -->
|
||||
<u-button v-if="item.status == 1" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||
<span>{{ item.ordersNo }}</span>
|
||||
<!-- <u-button v-if="item.status == 1" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||
@click="bindphone(item.phone)">联系TA</u-button>
|
||||
<u-button v-if="item.state == 1" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/pay?id=' + item.ordersId + '&isTrue=1')">查看详情</u-button>
|
||||
<!-- <u-button v-if="item.status == 6" :custom-style="customStyle" shape="circle" :plain="true"
|
||||
@click="cancel(item)">订单完成</u-button> -->
|
||||
@click="goNav('/my/order/pay?id=' + item.ordersId + '&isTrue=1')">查看详情</u-button> -->
|
||||
</view>
|
||||
<view class="flex-sub">
|
||||
<text class="title-font">实收:</text>
|
||||
|
@ -2151,9 +2147,11 @@ uni-switch::before {
|
|||
height:64px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.flex-sub{
|
||||
/deep/.flex-sub{
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
// justify-content: right;
|
||||
flex: none !important;
|
||||
align-items: center;
|
||||
}
|
||||
.title-font{
|
||||
font-size:28rpx;
|
||||
|
|
Loading…
Reference in New Issue