xg
This commit is contained in:
parent
eaa90d7533
commit
74ec98d9c7
@ -24,7 +24,7 @@
|
||||
data() {
|
||||
return {
|
||||
itemlist: [],
|
||||
userinfo:{},
|
||||
userinfo: {},
|
||||
};
|
||||
},
|
||||
watch: {},
|
||||
@ -36,7 +36,7 @@
|
||||
// getPerformance(uni.getStorageSync('userinfo').cardNo, '1').then(res => {
|
||||
this.cityCode = uni.getStorageSync('region');
|
||||
this.userinfo = uni.getStorageSync('userinfo')
|
||||
var identity=this.userinfo.cardNo
|
||||
var identity = this.userinfo.cardNo
|
||||
getPerformance(identity).then(res => {
|
||||
res.data.forEach(e => {
|
||||
e.check = false
|
||||
@ -77,13 +77,14 @@
|
||||
font-weight: 500;
|
||||
color: #868585;
|
||||
width: 94%;
|
||||
height: 100rpx;
|
||||
padding-left: 10rpx;
|
||||
line-height: 100rpx;
|
||||
line-height: 40rpx;
|
||||
border-bottom: 2rpx solid #E6E6E6;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 20rpx 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.headcollapse {
|
||||
@ -109,4 +110,4 @@
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user