This commit is contained in:
Gdpao
2020-08-10 19:06:47 +08:00
parent 39466d3360
commit 74fcc50696
4 changed files with 245 additions and 39 deletions

View File

@@ -46,8 +46,8 @@
/* #ifndef APP-PLUS-NVUE */
display: flex;
/* #endif */
position: relative;
align-items: center;
padding-bottom: 20rpx;
}
.avatar {
@@ -60,6 +60,7 @@
}
.follow {
z-index: 100;
position: absolute;
top: 90rpx;
left: 40rpx;
@@ -67,7 +68,7 @@
height: 36rpx;
text-align: center;
line-height: 36rpx;
font-size: 36rpx;
font-size: 34rpx;
border-radius: 50%;
color: #fff;
background-color: #FF780F;
@@ -148,7 +149,7 @@
this.is_follow = !this.is_follow;
console.log(this.is_follow);
uni.showToast({
title: res.data.data.message,
title: res.data.message,
icon: "none"
})
}