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