This commit is contained in:
闫晓茹 2023-04-19 15:48:23 +08:00
parent caebba8904
commit 49a487d624
2 changed files with 17 additions and 13 deletions

View File

@ -44,7 +44,8 @@
<view class="sex">性别.年龄: <view class="sex">性别.年龄:
{{item.orderStatus=='PAY'?'已付款':''}} {{item.orderStatus=='PAY'?'已付款':''}}
<span>{{item.studentSex=='MALE'?'男':''}} <span>{{item.studentSex=='MALE'?'男':''}}
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span> {{item.studentSex=='FEMALE'?'女':''}}
{{item.studentAge}}</span>
</view> </view>
<view class="sex">所在班级: <view class="sex">所在班级:
<span>{{item.className}}</span> <span>{{item.className}}</span>
@ -178,6 +179,7 @@
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
@ -204,6 +206,18 @@
.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;
@ -442,12 +456,6 @@
top: 25%; top: 25%;
left: 40%; left: 40%;
image {
width: 164rpx;
height: 150rpx;
margin: 0 auto;
}
}
} }
} }
@ -468,11 +476,8 @@
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;

View File

@ -25,8 +25,7 @@
<span></span> <span></span>
</view> </view>
<view class="baogao" @tap='lookbook(item)'> <view class="baogao" @tap='lookbook(item)'>
<view class="image"> <view class="image"></view>
</view>
<view class="look" v-if="item.existFlag==false">暂无报告</view> <view class="look" v-if="item.existFlag==false">暂无报告</view>
<view class="lookreport" v-else>查看报告</view> <view class="lookreport" v-else>查看报告</view>
</view> </view>