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