|
@@ -27,8 +27,8 @@
|
|
<view class="personalHead personalHead-friend" :style="'height: 375px;background: url('+detail.faceImage+') no-repeat center ;background-size: 100%;'">
|
|
<view class="personalHead personalHead-friend" :style="'height: 375px;background: url('+detail.faceImage+') no-repeat center ;background-size: 100%;'">
|
|
|
|
|
|
<u-navbar :is-back="false" :border-bottom="false" :backTextStyle="backTextStyle" :backIconColor="backIconColor" :background="navbarBg" >
|
|
<u-navbar :is-back="false" :border-bottom="false" :backTextStyle="backTextStyle" :backIconColor="backIconColor" :background="navbarBg" >
|
|
- <view class="slot-wrap">
|
|
|
|
- <u-icon class="navbar-back" custom-prefix="custom-icon" name="icon-back2" >111</u-icon>
|
|
|
|
|
|
+ <view class="slot-wrap" @tap="goBack">
|
|
|
|
+ <u-icon class="navbar-back" custom-prefix="custom-icon" name="icon-back2" ></u-icon>
|
|
</view>
|
|
</view>
|
|
</u-navbar>
|
|
</u-navbar>
|
|
|
|
|
|
@@ -220,6 +220,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
},methods: {
|
|
},methods: {
|
|
|
|
+ goBack() {
|
|
|
|
+ uni.navigateBack();
|
|
|
|
+ },
|
|
likeBtn(){
|
|
likeBtn(){
|
|
if(this.isLike){
|
|
if(this.isLike){
|
|
return
|
|
return
|