This commit is contained in:
2023-12-11 14:34:44 +08:00
parent eaa90d7533
commit 74ec98d9c7

View File

@ -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>