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;