修改
This commit is contained in:
parent
49a487d624
commit
2cfb253a16
@ -44,8 +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>
|
||||
@ -179,7 +178,6 @@
|
||||
const value2 = uni.getStorageSync('studentId');
|
||||
if (value && value2) {
|
||||
uni.removeStorageSync('phone');
|
||||
uni.removeStorageSync('this.DATAList');
|
||||
uni.removeStorageSync('openid');
|
||||
uni.removeStorageSync('studentId');
|
||||
this.mask = false
|
||||
@ -206,18 +204,6 @@
|
||||
.studentitem {
|
||||
padding: 3%;
|
||||
|
||||
.picitem {
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
left: 40%;
|
||||
|
||||
image {
|
||||
width: 164rpx;
|
||||
height: 150rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
image {
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
@ -426,8 +412,8 @@
|
||||
|
||||
.school {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
height: 390rpx;
|
||||
margin: 5rpx auto;
|
||||
// height: 390rpx;
|
||||
// background-color: red;
|
||||
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
||||
border-radius: 10rpx;
|
||||
@ -446,7 +432,7 @@
|
||||
.schoolitem {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
height: 263rpx;
|
||||
// height: 263rpx;
|
||||
background: #F9F9FA;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
@ -456,6 +442,12 @@
|
||||
top: 25%;
|
||||
left: 40%;
|
||||
|
||||
image {
|
||||
width: 164rpx;
|
||||
height: 150rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@ -476,8 +468,11 @@
|
||||
background: #F9F9FA;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
top: 3%;
|
||||
|
||||
.picitem {
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
left: 40%;
|
||||
|
||||
image {
|
||||
width: 164rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user