This commit is contained in:
闫晓茹 2023-04-19 15:57:53 +08:00
parent 2cfb253a16
commit e48068432a

View File

@ -44,7 +44,7 @@
<view class="sex">性别.年龄:
{{item.orderStatus=='PAY'?'已付款':''}}
<span>{{item.studentSex=='MALE'?'男':''}}
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span>
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span>
</view>
<view class="sex">所在班级:
<span>{{item.className}}</span>
@ -454,7 +454,7 @@
.student {
width: 90%;
height: 573rpx;
// height: 573rpx;
margin: 0 auto;
transform: translateY(-50px);
background: #FFFFFF;
@ -464,7 +464,7 @@
.backgrounditem {
width: 665rpx;
height: 445rpx;
// height: 445rpx;
background: #F9F9FA;
border-radius: 10rpx;
position: relative;