ios充值异常订单管理
This commit is contained in:
@@ -133,27 +133,46 @@
|
||||
</div>
|
||||
<div class="item_body">
|
||||
<div class="flexbox" style="justify-content: space-between;">
|
||||
<div class="borderright td1 flexbox" style="width:600px; align-items: flex-start;">
|
||||
<div class="flexbox orderProducts" :class="{ nobottomBorder: fitem.products.length <= 3 }"
|
||||
v-for="(children, index2) in fitem.products" :key="children.id" style="width: 35%; ">
|
||||
<div class="td1 flexbox" style="width:600px; align-items: flex-start; flex-wrap: wrap;">
|
||||
<div v-show="fitem.orderType == 'order'" class="flexbox orderProducts" :class="{ nobottomBorder: fitem.products.length <= 3 }"
|
||||
v-for="(children, index2) in fitem.products" :key="children.id" style="width: 50%;">
|
||||
<el-tooltip class="item" v-if="children.shippingSn" effect="light" :content="`快递信息:${children.shipperName} ${children.shippingSn}`"
|
||||
placement="right">
|
||||
<span class="normal hasDeliver"></span>
|
||||
</el-tooltip>
|
||||
<div class="flexbox productItem">
|
||||
<img :class="children.orderStatus == '1' ? 'greeyImg' : 'lightImg'" :src="children.productUrl" width="30px" height="30px">
|
||||
<div class="" style="align-items: center;">
|
||||
<div class="bookName">{{ children.productName }}</div>
|
||||
</div>
|
||||
</el-tooltip>
|
||||
<div class=" productItem k4545">
|
||||
<img :class="children.orderStatus == '1' ? 'greeyImg' : 'lightImg'" :src="children.productUrl" width="60px" height="60px">
|
||||
|
||||
</div>
|
||||
<div class="price xcenter">
|
||||
<div>{{ children.productPrice }}</div>
|
||||
<div>× {{ children.quantity }}</div>
|
||||
<div class="price ">
|
||||
<div class="bookName">{{ children.productName }}</div>
|
||||
<div><span>¥{{ children.productPrice }}</span> × {{ children.quantity }} </div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-show="fitem.orderType == 'point'" class="flexbox orderProducts" >
|
||||
|
||||
<div class=" productItem">
|
||||
<img src="../../../../static/img/oder_chong.png" width="60px" height="60px">
|
||||
</div>
|
||||
<div class="price ">
|
||||
<div class="bookName">疯币充值</div>
|
||||
<div><span>¥{{ fitem.realMoney }}</span> × 1</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-show="fitem.orderType == 'vip'" class="flexbox orderProducts" >
|
||||
|
||||
<div class=" productItem">
|
||||
<img src="../../../../static/img/oder_vip.png" width="60px" height="60px">
|
||||
</div>
|
||||
<div class="price ">
|
||||
<div class="bookName">VIP充值</div>
|
||||
<div><span>¥{{ fitem.realMoney }}</span> × 1 </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <img v-if="fitem.orderType == 'vip'" src="../../../../static/img/oder_vip.png" width="60px" height="60px"> -->
|
||||
</div>
|
||||
<div class="total td2 xcenter borderright">
|
||||
<div class="total td2 xcenter">
|
||||
<div class="tabName">合计:<em>¥{{ fitem.orderMoney }}</em></div>
|
||||
<div class="tabContent">
|
||||
<div></div>
|
||||
@@ -163,7 +182,7 @@
|
||||
<div v-if="fitem.paymentMethod == 1"><icon-svg name="zhifubao"></icon-svg> 支付宝支付</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="buier td3 xcenter borderright">
|
||||
<div class="buier td3 xcenter">
|
||||
<div class="tabName">买家信息:<span style="color: #515a6e;">{{ fitem.shippingUser }}</span></div>
|
||||
<div class="tabContent">
|
||||
|
||||
@@ -172,7 +191,7 @@
|
||||
<!-- <div class="buier_tip">买家备注:尽快发货</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="buier td4 xcenter borderright flexbox" style="align-items: center; justify-content: center;">
|
||||
<div class="buier td4 xcenter flexbox" style="align-items: center; justify-content: center;">
|
||||
<div>
|
||||
<div class="orderStatus">待发货</div>
|
||||
<!-- <div class="tabContent">
|
||||
@@ -883,12 +902,14 @@ export default {
|
||||
|
||||
.orderProducts {
|
||||
padding: 8px;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
// border-right: 1px solid #f1f1f1;
|
||||
// border-bottom: 1px solid #f1f1f1;
|
||||
|
||||
.price {
|
||||
width: 40px;
|
||||
line-height: 14px;
|
||||
// width: 40px;
|
||||
line-height: 14px;
|
||||
span{color: #E6A23C; font-size: 14px;}
|
||||
.bookName{margin-bottom: 5px;}
|
||||
}
|
||||
|
||||
.num {
|
||||
@@ -968,8 +989,8 @@ export default {
|
||||
//margin-right: 10px;
|
||||
font-size: 12px;
|
||||
line-height: 22px;
|
||||
margin-left: -6px;
|
||||
-webkit-transform: scale(0.8);
|
||||
// margin-left: -6px;
|
||||
// -webkit-transform: scale(0.8);
|
||||
letter-spacing: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user