This commit is contained in:
闫晓茹 2023-04-19 15:54:58 +08:00
parent 49a487d624
commit 2cfb253a16

View File

@ -44,8 +44,7 @@
<view class="sex">性别.年龄: <view class="sex">性别.年龄:
{{item.orderStatus=='PAY'?'已付款':''}} {{item.orderStatus=='PAY'?'已付款':''}}
<span>{{item.studentSex=='MALE'?'男':''}} <span>{{item.studentSex=='MALE'?'男':''}}
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span>
{{item.studentAge}}</span>
</view> </view>
<view class="sex">所在班级: <view class="sex">所在班级:
<span>{{item.className}}</span> <span>{{item.className}}</span>
@ -179,7 +178,6 @@
const value2 = uni.getStorageSync('studentId'); const value2 = uni.getStorageSync('studentId');
if (value && value2) { if (value && value2) {
uni.removeStorageSync('phone'); uni.removeStorageSync('phone');
uni.removeStorageSync('this.DATAList');
uni.removeStorageSync('openid'); uni.removeStorageSync('openid');
uni.removeStorageSync('studentId'); uni.removeStorageSync('studentId');
this.mask = false this.mask = false
@ -206,18 +204,6 @@
.studentitem { .studentitem {
padding: 3%; padding: 3%;
.picitem {
position: absolute;
top: 35%;
left: 40%;
image {
width: 164rpx;
height: 150rpx;
margin: 0 auto;
}
}
image { image {
width: 34rpx; width: 34rpx;
height: 34rpx; height: 34rpx;
@ -426,8 +412,8 @@
.school { .school {
width: 95%; width: 95%;
margin: 0 auto; margin: 5rpx auto;
height: 390rpx; // height: 390rpx;
// background-color: red; // background-color: red;
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
border-radius: 10rpx; border-radius: 10rpx;
@ -446,7 +432,7 @@
.schoolitem { .schoolitem {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
height: 263rpx; // height: 263rpx;
background: #F9F9FA; background: #F9F9FA;
border-radius: 10rpx; border-radius: 10rpx;
position: relative; position: relative;
@ -456,6 +442,12 @@
top: 25%; top: 25%;
left: 40%; left: 40%;
image {
width: 164rpx;
height: 150rpx;
margin: 0 auto;
}
}
} }
} }
@ -476,8 +468,11 @@
background: #F9F9FA; background: #F9F9FA;
border-radius: 10rpx; border-radius: 10rpx;
position: relative; position: relative;
top: 3%;
.picitem {
position: absolute;
top: 25%;
left: 40%;
image { image {
width: 164rpx; width: 164rpx;