This commit is contained in:
yanran200730
2022-11-02 14:11:53 +08:00
parent b2c2f89263
commit 98277aa8b9
3 changed files with 78 additions and 18 deletions

View File

@@ -74,12 +74,6 @@
},
upload () {
if (!this.token) {
this.$refs.login.show()
return false
}
this.imgList = []
this.hideStatus = false
uni.chooseImage({
@@ -240,7 +234,7 @@
.photo-header {
position: relative;
height: 400px;
height: 448px;
padding: 150px 48px 0;
image {
@@ -272,7 +266,7 @@
}
.phone-wrapper {
margin-top: 90px;
margin-top: 26px;
padding: 0 32px;
& > h2 {