Merge branch 'zhengjie' of pplokijuhyg/falvpingtai into master
This commit is contained in:
commit
b7a1c27314
@ -236,33 +236,36 @@ methods:{
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
serch(e){
|
serch(e){
|
||||||
let t=this;
|
this.$router.push({
|
||||||
window.console.log(e)
|
path: `/indexfind?word=` +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 {
|
// let t=this;
|
||||||
t.text = "暂无数据";
|
// 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)=>{
|
// t.axios.post("http://lawpro.earnest.pro/api/login_main/indexsearch", {where:e,type:0}).then((res)=>{
|
||||||
// window.console.log(res)
|
// window.console.log(res)
|
||||||
// for(let i in res.data.data){
|
// for(let i in res.data.data){
|
||||||
|
Loading…
Reference in New Issue
Block a user