Merge branch 'master' into xuebaoxin
This commit is contained in:
commit
07f79a8140
@ -14,9 +14,9 @@
|
||||
<indexfindall title="学法律后,对你最大的影响或改变是什么?" num="1532" :right="pics"></indexfindall>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="user" v-if="no==1">
|
||||
<div class="user1" v-for="(i,j) in list2" :key="j">
|
||||
<indedfinduser :answer="i.answer" :article="i.article" :attention="i.attention" :username="i.nickname" :pic="i.avatar"></indedfinduser>
|
||||
<div class="user" v-if="no==2">
|
||||
<div class="user1" v-for="(i,j) in list" :key="j">
|
||||
<indedfinduser :answer="i.answer" :article="i.article" :attention="i.attention" :username="i.topic_name" :pic="'http://lawpro.earnest.pro/'+i.img"></indedfinduser>
|
||||
</div>
|
||||
|
||||
<div style="width:100%;height:0.5rem;text-align:center;line-height:0.3rem">{{text}}</div>
|
||||
@ -30,10 +30,11 @@
|
||||
<indedfinduser></indedfinduser>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="user" v-if="no==2">
|
||||
<div class="user1" v-for="(i,j) in list3" :key="j">
|
||||
<div class="user" v-if="no==5">
|
||||
<div class="user1" v-for="(i,j) in list" :key="j">
|
||||
<!-- klmklvnklnkvl -->
|
||||
<indedfinduser :username="i.topic_name" :pic="i.img" :desc="i.text" :ifnum="false"></indedfinduser>
|
||||
<!-- <indedfinduser :username="i.topic_name" :pic="'http://lawpro.earnest.pro/'+i.img" :desc="i.text" :ifnum="false" v-if="i.img"></indedfinduser> -->
|
||||
<indedfinduser :username="i.nickname" :pic="'http://lawpro.earnest.pro/'+i.avatar" :desc="i.text" :ifnum="false"></indedfinduser>
|
||||
</div>
|
||||
|
||||
<div style="width:100%;height:0.5rem;text-align:center;line-height:0.3rem">{{text}}</div>
|
||||
@ -63,7 +64,7 @@ components:{
|
||||
mounted(){
|
||||
// http://lawpro.earnest.pro/uploads/20191121/145e1911017ac255f25d6eb760d0bb4c.jpg
|
||||
var t=this;
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:0}).then((res)=>{
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:this.no}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
@ -89,57 +90,57 @@ mounted(){
|
||||
}
|
||||
})
|
||||
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:5}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
}
|
||||
if (res.data.code == 200) {
|
||||
t.list2 = res.data.data;
|
||||
window.$(window).scroll(() => {
|
||||
var windowH = window.$(window).height(); //设备可见区域高度
|
||||
var documentH = window.$(document).height(); //整个网页的高度(包括未显示的部分)
|
||||
var scrollH = window.$(window).scrollTop(); //滚动条滚动上去的高度
|
||||
//或者 scrollH = $(document).scrollTop();
|
||||
if (windowH + scrollH >= documentH) {
|
||||
// do something
|
||||
// alert(2);
|
||||
window.console.log(1);
|
||||
t.getlist();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
t.text = "暂无数据";
|
||||
}
|
||||
// t.list2=res.data.data
|
||||
})
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:5}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// }
|
||||
// if (res.data.code == 200) {
|
||||
// t.list2 = res.data.data;
|
||||
// window.$(window).scroll(() => {
|
||||
// var windowH = window.$(window).height(); //设备可见区域高度
|
||||
// var documentH = window.$(document).height(); //整个网页的高度(包括未显示的部分)
|
||||
// var scrollH = window.$(window).scrollTop(); //滚动条滚动上去的高度
|
||||
// //或者 scrollH = $(document).scrollTop();
|
||||
// if (windowH + scrollH >= documentH) {
|
||||
// // do something
|
||||
// // alert(2);
|
||||
// window.console.log(1);
|
||||
// t.getlist();
|
||||
// }
|
||||
// });
|
||||
// } else {
|
||||
// t.text = "暂无数据";
|
||||
// }
|
||||
// // t.list2=res.data.data
|
||||
// })
|
||||
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:2}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
}
|
||||
// t.list3=res.data.data
|
||||
if (res.data.code == 200) {
|
||||
t.list3 = res.data.data;
|
||||
window.$(window).scroll(() => {
|
||||
var windowH = window.$(window).height(); //设备可见区域高度
|
||||
var documentH = window.$(document).height(); //整个网页的高度(包括未显示的部分)
|
||||
var scrollH = window.$(window).scrollTop(); //滚动条滚动上去的高度
|
||||
//或者 scrollH = $(document).scrollTop();
|
||||
if (windowH + scrollH >= documentH) {
|
||||
// do something
|
||||
// alert(2);
|
||||
window.console.log(1);
|
||||
t.getlist();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
t.text = "暂无数据";
|
||||
}
|
||||
})
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:2}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
// res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
// }
|
||||
// // t.list3=res.data.data
|
||||
// if (res.data.code == 200) {
|
||||
// t.list3 = res.data.data;
|
||||
// window.$(window).scroll(() => {
|
||||
// var windowH = window.$(window).height(); //设备可见区域高度
|
||||
// var documentH = window.$(document).height(); //整个网页的高度(包括未显示的部分)
|
||||
// var scrollH = window.$(window).scrollTop(); //滚动条滚动上去的高度
|
||||
// //或者 scrollH = $(document).scrollTop();
|
||||
// if (windowH + scrollH >= documentH) {
|
||||
// // do something
|
||||
// // alert(2);
|
||||
// window.console.log(1);
|
||||
// t.getlist();
|
||||
// }
|
||||
// });
|
||||
// } else {
|
||||
// t.text = "暂无数据";
|
||||
// }
|
||||
// })
|
||||
|
||||
|
||||
},
|
||||
@ -165,56 +166,58 @@ methods:{
|
||||
this.lock = true;
|
||||
var t = this;
|
||||
t.page += 1;
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:0,page: t.page}).then((res)=>{
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:t.no,page: t.page}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
if (res.data.code == 200) {
|
||||
// for(let i in res.data.data){
|
||||
|
||||
// res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// }
|
||||
if (res.data.code == 200) {
|
||||
t.list = t.list.concat(res.data.data);
|
||||
t.lock = false;
|
||||
} else {
|
||||
t.text = "暂无更多";
|
||||
}
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
}
|
||||
t.list=res.data.data
|
||||
// t.list=res.data.data
|
||||
})
|
||||
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:5,page: t.page}).then((res)=>{
|
||||
window.console.log(res)
|
||||
if (res.data.code == 200) {
|
||||
t.list = t.list.concat(res.data.data);
|
||||
t.lock = false;
|
||||
} else {
|
||||
t.text = "暂无更多";
|
||||
}
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
}
|
||||
t.list2=res.data.data
|
||||
})
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:5,page: t.page}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// if (res.data.code == 200) {
|
||||
// t.list = t.list.concat(res.data.data);
|
||||
// t.lock = false;
|
||||
// } else {
|
||||
// t.text = "暂无更多";
|
||||
// }
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// }
|
||||
// t.list2=res.data.data
|
||||
// })
|
||||
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:2,page: t.page}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
if (res.data.code == 200) {
|
||||
t.list = t.list.concat(res.data.data);
|
||||
t.lock = false;
|
||||
} else {
|
||||
t.text = "暂无更多";
|
||||
}
|
||||
res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
}
|
||||
t.list3=res.data.data
|
||||
})
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:t.$route.query.word,type:2,page: t.page}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// if (res.data.code == 200) {
|
||||
// t.list = t.list.concat(res.data.data);
|
||||
// t.lock = false;
|
||||
// } else {
|
||||
// t.text = "暂无更多";
|
||||
// }
|
||||
// res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
// res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
// }
|
||||
// t.list3=res.data.data
|
||||
// })
|
||||
|
||||
|
||||
},
|
||||
getno(e){
|
||||
window.console.log(e)
|
||||
this.no=e
|
||||
this.list=[]
|
||||
// this.page = 0
|
||||
// this.dynamiclist = []
|
||||
// this.lock = false;
|
||||
@ -233,34 +236,62 @@ methods:{
|
||||
}
|
||||
},
|
||||
serch(e){
|
||||
let t=this;
|
||||
window.console.log(e)
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:0}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
}
|
||||
t.list=res.data.data
|
||||
})
|
||||
this.$router.push({
|
||||
path: `/indexfind?word=` +e
|
||||
});
|
||||
// let t=this;
|
||||
// window.console.log(e)
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:this.no}).then((res)=>{
|
||||
// // window.console.log(res)
|
||||
// // for(let i in res.data.data){
|
||||
// // res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// // res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// // }
|
||||
// // t.list=res.data.data
|
||||
// if (res.data.code == 200) {
|
||||
// t.list = res.data.data;
|
||||
// window.$(window).scroll(() => {
|
||||
// var windowH = window.$(window).height(); //设备可见区域高度
|
||||
// var documentH = window.$(document).height(); //整个网页的高度(包括未显示的部分)
|
||||
// var scrollH = window.$(window).scrollTop(); //滚动条滚动上去的高度
|
||||
// //或者 scrollH = $(document).scrollTop();
|
||||
// if (windowH + scrollH >= documentH) {
|
||||
// // do something
|
||||
// // alert(2);
|
||||
// window.console.log(1);
|
||||
// t.getlist();
|
||||
// }
|
||||
// });
|
||||
// } else {
|
||||
// t.text = "暂无数据";
|
||||
// }
|
||||
// })
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:0}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// }
|
||||
// t.list=res.data.data
|
||||
// })
|
||||
|
||||
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:2}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
}
|
||||
t.list3=res.data.data
|
||||
})
|
||||
t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:5}).then((res)=>{
|
||||
window.console.log(res)
|
||||
for(let i in res.data.data){
|
||||
res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
}
|
||||
t.list2=res.data.data
|
||||
})
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:2}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].img= res.data.data[i].img.substr(1)
|
||||
// res.data.data[i].img= "http://lawpro.earnest.pro/"+res.data.data[i].img
|
||||
// }
|
||||
// t.list3=res.data.data
|
||||
// })
|
||||
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:5}).then((res)=>{
|
||||
// window.console.log(res)
|
||||
// for(let i in res.data.data){
|
||||
// res.data.data[i].avatar= res.data.data[i].avatar.substr(1)
|
||||
// res.data.data[i].avatar= "http://lawpro.earnest.pro/"+res.data.data[i].avatar
|
||||
// }
|
||||
// t.list2=res.data.data
|
||||
// })
|
||||
}
|
||||
},
|
||||
data(){
|
||||
|
@ -4,7 +4,7 @@
|
||||
<img class="portrait" :src="'http://lawpro.earnest.pro' + userimg" alt />
|
||||
<div class="introduce">
|
||||
<p class="name">{{username}}</p>
|
||||
<div class="follow">
|
||||
<!-- <div class="follow">
|
||||
<p>
|
||||
<span>{{attention}}</span>
|
||||
关注我的
|
||||
@ -13,7 +13,7 @@
|
||||
<span>{{myfollow}}</span>
|
||||
我关注的
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="classification">
|
||||
|
@ -12,7 +12,9 @@
|
||||
:sole="list.user.industry_name"
|
||||
:text="list.data.articlecontent"
|
||||
:title="list.data.title"
|
||||
:guanzhu="ifgz"
|
||||
@pinglun="pinglu"
|
||||
@guanzhu="gz"
|
||||
></follow>
|
||||
<div class="line"></div>
|
||||
<!-- <follow :indexs="1" class="follow"></follow> -->
|
||||
@ -66,7 +68,9 @@ export default {
|
||||
content: "",
|
||||
biaoqing: false,
|
||||
list: [],
|
||||
plist: []
|
||||
plist: [],
|
||||
userid:0,
|
||||
ifgz:false
|
||||
};
|
||||
},
|
||||
components: {
|
||||
@ -79,6 +83,23 @@ export default {
|
||||
Emotion
|
||||
},
|
||||
methods: {
|
||||
gz(e){
|
||||
if(e==1){
|
||||
let t=this;
|
||||
this.axios
|
||||
.post("http://lawpro.earnest.pro/api/login_main/plusAttention", {
|
||||
token:localStorage.getItem("token"),
|
||||
passivity_id:t.userid,
|
||||
type:2
|
||||
}).then((res)=>{
|
||||
window.console.log(res)
|
||||
if(res.data.code==200){
|
||||
this.ifgz=true
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
},
|
||||
handleEmotion(i) {
|
||||
this.content += i;
|
||||
},
|
||||
@ -122,6 +143,8 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
// window.console.log(this.$route.query.userid,7946 )
|
||||
this.userid=this.$route.query.userid
|
||||
this.axios
|
||||
.post("http://lawpro.earnest.pro/api/login_main/mainDetails", {
|
||||
token: localStorage.getItem("token"),
|
||||
|
@ -10,12 +10,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<!-- <div class="add"> -->
|
||||
<!-- <div class="right" @click="attention" v-if="guanzhu">
|
||||
<div class="add">
|
||||
<img src="../assets/add.png" alt class="add" />
|
||||
<!-- </div> -->
|
||||
<p>关注</p>
|
||||
</div>
|
||||
<p class="qxgz">取消关注</p>
|
||||
</div>
|
||||
|
||||
<div class="right" @click="attention" v-else>
|
||||
<img src="../assets/add.png" alt class="add" />
|
||||
<p>关注</p>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
<!-- <div class="line"></div> -->
|
||||
<p class="question">{{title}}</p>
|
||||
@ -186,6 +192,9 @@
|
||||
margin-top: 19px;
|
||||
margin-right: 21px;
|
||||
}
|
||||
.qxgz{
|
||||
color: gray
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
@ -199,6 +208,10 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
attention(){
|
||||
window.console.log("guanzhu")
|
||||
this.$emit("guanzhu",1)
|
||||
},
|
||||
shows() {
|
||||
var a = window.document.getElementsByClassName("content")[this.indexs];
|
||||
a.style.setProperty("max-height", "", "important");
|
||||
@ -226,6 +239,6 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
props:['img','nickname','sole','title','date','num','text']
|
||||
props:['img','nickname','sole','title','date','num','text','guanzhu']
|
||||
};
|
||||
</script>
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="indexfindtab">
|
||||
<p @click="change(0)" :class="no==0?'text':''">综合</p>
|
||||
<p @click="change(1)" :class="no==1?'text':''">用户</p>
|
||||
<p @click="change(5)" :class="no==5?'text':''">用户</p>
|
||||
<p @click="change(2)" :class="no==2?'text':''">话题</p>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -8,16 +8,15 @@
|
||||
<img src="../assets/renzheng.png" alt class="icon" />
|
||||
</div>
|
||||
<p class="desc">{{desc}}</p>
|
||||
<p class="desc1" v-if="ifnum">{{answer}} 回答·{{article}} 文章·{{attention}} 关注者</p>
|
||||
<p class="desc1" v-if="ifnum">{{answer}} 回答·{{article}} 文章</p>
|
||||
<!-- <p class="desc1" v-if="ifnum">{{answer}} 回答·{{article}} 文章·{{attention}} 关注者</p> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="right">
|
||||
<!-- <div class="add"> -->
|
||||
<!-- <div class="right">
|
||||
<img src="../assets/add.png" alt="" class="add">
|
||||
<!-- </div> -->
|
||||
<p>关注</p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="box">
|
||||
<heads></heads>
|
||||
<div class="list">
|
||||
<div v-for="(item,index) in list" :key="index" @click="todetail(item.id,item.type)">
|
||||
<div v-for="(item,index) in list" :key="index" @click="todetail(item.id,item.type,item.user_id)" >
|
||||
<list
|
||||
:title="item.title"
|
||||
:id="item.id"
|
||||
@ -44,6 +44,7 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
getlist() {
|
||||
if (this.lock) {
|
||||
return "lock";
|
||||
@ -64,7 +65,7 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
todetail(e, type) {
|
||||
todetail(e, type,userid) {
|
||||
window.console.log(e);
|
||||
if (type == 2) {
|
||||
this.$router.push({
|
||||
@ -72,7 +73,7 @@ export default {
|
||||
});
|
||||
} else {
|
||||
this.$router.push({
|
||||
path: `/articledetail?id=` + e
|
||||
path: `/articledetail?id=` + e+`&userid=`+userid
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user