|
@@ -60,7 +60,7 @@ export default {
|
|
|
}).catch(err => { console.log(err) })
|
|
}).catch(err => { console.log(err) })
|
|
|
},
|
|
},
|
|
|
_getGhsList() {
|
|
_getGhsList() {
|
|
|
- getList().then(res => {
|
|
|
|
|
|
|
+ getList({type: '0'}).then(res => {
|
|
|
console.log(res, 58)
|
|
console.log(res, 58)
|
|
|
this.ghsList = res.data.list
|
|
this.ghsList = res.data.list
|
|
|
}).catch(err => {})
|
|
}).catch(err => {})
|
|
@@ -168,9 +168,13 @@ export default {
|
|
|
margin-top: 20upx;
|
|
margin-top: 20upx;
|
|
|
}
|
|
}
|
|
|
& > .use_margin {
|
|
& > .use_margin {
|
|
|
- margin-top: 60upx;
|
|
|
|
|
|
|
+ margin-top: 50upx;
|
|
|
}
|
|
}
|
|
|
& > .user_avator {
|
|
& > .user_avator {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ bottom: 20upx;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: translateX(-50%);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin-top: 20upx;
|
|
margin-top: 20upx;
|
|
|
& > image {
|
|
& > image {
|