Merge branch 'main' of http://49.235.147.88:3000/zhangkai/dyqc_hdapp
This commit is contained in:
commit
4fc22b204f
@ -143,7 +143,7 @@
|
|||||||
popupStyletk: {
|
popupStyletk: {
|
||||||
width: '710rpx',
|
width: '710rpx',
|
||||||
padding: '24rpx 24rpx 42rpx 24rpx',
|
padding: '24rpx 24rpx 42rpx 24rpx',
|
||||||
height: '700rpx',
|
height: '800rpx',
|
||||||
margin: '0 auto', // 水平居中
|
margin: '0 auto', // 水平居中
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
@ -158,7 +158,7 @@
|
|||||||
ccontent:'',//退款说明
|
ccontent:'',//退款说明
|
||||||
reasons:'', //退款原因
|
reasons:'', //退款原因
|
||||||
priceGem:null,
|
priceGem:null,
|
||||||
currents:0,
|
currents:null,
|
||||||
tuikuan:false,
|
tuikuan:false,
|
||||||
activityInfo: {},
|
activityInfo: {},
|
||||||
path: 'https://testy.hschool.com.cn//uploads/20241219/3406baf51fcc28c63c31ebcee5c9c75e.jpg',
|
path: 'https://testy.hschool.com.cn//uploads/20241219/3406baf51fcc28c63c31ebcee5c9c75e.jpg',
|
||||||
@ -212,7 +212,7 @@
|
|||||||
},
|
},
|
||||||
opentuikuan(){
|
opentuikuan(){
|
||||||
this.tuikuan = true;
|
this.tuikuan = true;
|
||||||
this.reasons = '不想去了';
|
this.reasons = '';
|
||||||
},
|
},
|
||||||
//确定
|
//确定
|
||||||
subumit(){
|
subumit(){
|
||||||
@ -696,13 +696,13 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.popup-content{
|
.popup-content{
|
||||||
height: 500rpx;
|
height: 700rpx;
|
||||||
margin-bottom: 140rpx;
|
margin-bottom: 140rpx;
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
}
|
}
|
||||||
.popup-content-item{
|
.popup-content-item{
|
||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
padding: 30rpx;
|
padding: 30rpx 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// background: #F7F7F7;
|
// background: #F7F7F7;
|
||||||
// border-radius: 18rpx;
|
// border-radius: 18rpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user