mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
提交
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<u-popup :show="show">
|
||||
<view class="cancel-pop">
|
||||
<view class="btn" @click="cancel()">
|
||||
<image style="width:32upx;height:32upx;vertical-align: middle;margin-right: 20upx;" src="../../static/images/icon/follow-stop.png" mode=""></image>
|
||||
停止关注 {{cancelData.userFollow.authorInfo.name}}
|
||||
</view>
|
||||
<view class="btn btn2" @click="show = false">
|
||||
@@ -132,9 +133,9 @@
|
||||
if(this.cancelIdx == 1) {
|
||||
$this.followMe.list[this.cancelIndex].has = false;
|
||||
} else {
|
||||
$this.follow.list.splice(this.cancelIdx,1);
|
||||
$this.follow.list.splice(this.cancelIndex,1);
|
||||
}
|
||||
this.$refs.messager.show({message:'停止关注成功',type:'success'});
|
||||
this.$refs.messager.show({message:'停止关注成功',type:'info'});
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -235,6 +236,11 @@
|
||||
line-height: 88upx;
|
||||
box-shadow: 0 4upx 14upx 2upx rgba(104,102,102,0.08);
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-box-orient: vertical;
|
||||
display: -webkit-box;-webkit-line-clamp: 1;
|
||||
word-break:break-all;
|
||||
}
|
||||
.btn2{
|
||||
margin-top: 22upx;
|
||||
|
||||
BIN
static/images/icon/follow-stop.png
Normal file
BIN
static/images/icon/follow-stop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 552 B |
Reference in New Issue
Block a user