修改
This commit is contained in:
parent
e48068432a
commit
0855914516
@ -179,6 +179,7 @@
|
|||||||
if (value && value2) {
|
if (value && value2) {
|
||||||
uni.removeStorageSync('phone');
|
uni.removeStorageSync('phone');
|
||||||
uni.removeStorageSync('openid');
|
uni.removeStorageSync('openid');
|
||||||
|
uni.removeStorageSync('this.DATAList');
|
||||||
uni.removeStorageSync('studentId');
|
uni.removeStorageSync('studentId');
|
||||||
this.mask = false
|
this.mask = false
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
@ -413,7 +414,7 @@
|
|||||||
.school {
|
.school {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 5rpx auto;
|
margin: 5rpx auto;
|
||||||
// height: 390rpx;
|
height: 420rpx;
|
||||||
// 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;
|
||||||
@ -432,7 +433,7 @@
|
|||||||
.schoolitem {
|
.schoolitem {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
// height: 263rpx;
|
height: 317rpx;
|
||||||
background: #F9F9FA;
|
background: #F9F9FA;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -454,7 +455,7 @@
|
|||||||
|
|
||||||
.student {
|
.student {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
// height: 573rpx;
|
height: 573rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
transform: translateY(-50px);
|
transform: translateY(-50px);
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
@ -464,7 +465,7 @@
|
|||||||
|
|
||||||
.backgrounditem {
|
.backgrounditem {
|
||||||
width: 665rpx;
|
width: 665rpx;
|
||||||
// height: 445rpx;
|
height: 445rpx;
|
||||||
background: #F9F9FA;
|
background: #F9F9FA;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user