Merge branch 'zhengjie' of pplokijuhyg/falvpingtai into master
This commit is contained in:
commit
b7a1c27314
@ -236,33 +236,36 @@ methods:{
|
||||
}
|
||||
},
|
||||
serch(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 = "暂无数据";
|
||||
}
|
||||
})
|
||||
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){
|
||||
|
Loading…
Reference in New Issue
Block a user