mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交
This commit is contained in:
@@ -147,7 +147,10 @@
|
||||
} else {
|
||||
$this.follow.list.splice(this.cancelIndex,1);
|
||||
}
|
||||
this.$refs.messager.show({message:'停止关注成功',type:'info'});
|
||||
uni.showToast({
|
||||
title:'停止关注成功'
|
||||
})
|
||||
// this.$refs.messager.show({message:'停止关注成功',type:'info'});
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -226,7 +229,7 @@
|
||||
});
|
||||
});
|
||||
} else {
|
||||
this.$message.error(res.message);
|
||||
// this.$message.error(res.message);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
loadStatus:'noMore',//more,loading,noMore
|
||||
query:{
|
||||
pageIndex:1,//当前页
|
||||
type:null,//当前只限于文章
|
||||
pageSize:10,//条数
|
||||
},//查询条件
|
||||
message:{
|
||||
@@ -133,7 +132,7 @@
|
||||
this.data=[]
|
||||
this.pageIndex=1
|
||||
}
|
||||
apiComments.pagelist(this.query).then(res=>{
|
||||
apiComments.mobilepage(this.query).then(res=>{
|
||||
if (res.status == 200) {
|
||||
this.total=res.result.count;
|
||||
let ids = [];
|
||||
|
||||
@@ -742,7 +742,18 @@
|
||||
url: '/pages/plus/feedback'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/deep/ .u-modal{
|
||||
width: 288px !important;
|
||||
border-radius: 28upx;
|
||||
}
|
||||
/deep/ .u-modal__content{
|
||||
text-align: center;
|
||||
font-size: 36upx;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
padding: 33px 25px 33px 25px;
|
||||
|
||||
Reference in New Issue
Block a user