From 5bf5603cd63bb66ec48786f95e6920b26827a2ef Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Fri, 13 Jun 2025 11:16:53 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=BC=B9=E7=AA=97=E4=B8=8D=E8=AE=A9=E4=B8=8B?= =?UTF-8?q?=E6=8B=892=EF=BC=8C=E6=96=87=E5=AD=97=E5=92=8C=E5=88=86?= =?UTF-8?q?=E5=89=B2=E7=BA=BF=E5=AF=B9=E9=BD=90=203=EF=BC=8C=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E5=BA=94=E8=AF=A5=E4=BC=9A=E5=87=BA=E7=8E=B0=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/afterSales/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packageA/afterSales/index.vue b/packageA/afterSales/index.vue index a48027a..5df3042 100644 --- a/packageA/afterSales/index.vue +++ b/packageA/afterSales/index.vue @@ -143,7 +143,7 @@ popupStyletk: { width: '710rpx', padding: '24rpx 24rpx 42rpx 24rpx', - height: '700rpx', + height: '800rpx', margin: '0 auto', // 水平居中 display: 'flex', justifyContent: 'start', @@ -158,7 +158,7 @@ ccontent:'',//退款说明 reasons:'', //退款原因 priceGem:null, - currents:0, + currents:null, tuikuan:false, activityInfo: {}, path: 'https://testy.hschool.com.cn//uploads/20241219/3406baf51fcc28c63c31ebcee5c9c75e.jpg', @@ -212,7 +212,7 @@ }, opentuikuan(){ this.tuikuan = true; - this.reasons = '不想去了'; + this.reasons = ''; }, //确定 subumit(){ @@ -696,13 +696,13 @@ text-align: center; } .popup-content{ - height: 500rpx; + height: 700rpx; margin-bottom: 140rpx; // overflow-y: auto; } .popup-content-item{ width: 690rpx; - padding: 30rpx; + padding: 30rpx 0; box-sizing: border-box; // background: #F7F7F7; // border-radius: 18rpx;