no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- 退货退款模块 -->
|
||||
<view class="refund-popup-view">
|
||||
<view >
|
||||
<view v-if="status > 0">
|
||||
<salesStatus
|
||||
:topLabel="topLabel"
|
||||
@@ -42,7 +42,7 @@
|
||||
<view class="list_left">邮寄地址</view>
|
||||
<view>{{ product.address || "--" }}</view>
|
||||
</view>
|
||||
<view class="card_list" v-if="status == 2">
|
||||
<view class="card_list" >
|
||||
<view class="list_left">卖家信息</view>
|
||||
<view>{{ `${product.name} ${product.phone}`}}</view>
|
||||
</view>
|
||||
@@ -326,19 +326,12 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.refund-popup-view{
|
||||
width:100%;
|
||||
flex:1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.refund_content {
|
||||
width: 100%;
|
||||
padding: 0 32rpx;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
height:700rpx;
|
||||
overflow-y: scroll;
|
||||
// .card_list_box {
|
||||
// padding-bottom: 88rpx;
|
||||
// }
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
|
||||
<!-- 申请售后 -->
|
||||
<up-popup v-model:show="afterShow" class="after-sales-popup" :customStyle="{
|
||||
height: '1200rpx',
|
||||
height: '1300rpx',
|
||||
overflow: 'scroll',
|
||||
position: 'relative',
|
||||
paddingBottom: '80rpx',
|
||||
|
||||
Reference in New Issue
Block a user