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