feat:售后完成
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</view>
|
||||
<!-- 除开待付款 -->
|
||||
<view
|
||||
v-if="item.status !== ORDER_TYPE.UNPAID"
|
||||
v-if="item.status !== ORDER_TYPE.UNPAID && form.type !== MINE_ORDER_TYPE.AFTER_SALE "
|
||||
class="order_item_header_right"
|
||||
:style="{ color: ORDER_STATUS_CSS[item.status] }"
|
||||
>
|
||||
@@ -240,7 +240,7 @@
|
||||
v-model:show="afterShow"
|
||||
class="after-sales-popup"
|
||||
:customStyle="{
|
||||
height: '1000rpx',
|
||||
height: '1200rpx',
|
||||
overflow: 'scroll',
|
||||
position: 'relative',
|
||||
paddingBottom: '80rpx',
|
||||
|
||||
@@ -102,8 +102,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.head-view{
|
||||
width:100%;
|
||||
// height:
|
||||
min-hieght:88rpx;
|
||||
min-height:88rpx;
|
||||
height:88rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user