This commit is contained in:
asd 2019-12-03 16:04:52 +08:00
parent dd56d2656b
commit 250dd7ad6e

View File

@ -151,6 +151,12 @@ mounted(){
this.getlist() this.getlist()
} }
}, },
beforeRouteLeave(a,b,c){
window.$(window).scroll(() => {
});
c()
},
methods:{ methods:{
getlist() { getlist() {
if (this.lock) { if (this.lock) {
@ -209,10 +215,10 @@ methods:{
getno(e){ getno(e){
window.console.log(e) window.console.log(e)
this.no=e this.no=e
this.page = 0 // this.page = 0
this.dynamiclist = [] // this.dynamiclist = []
this.lock = false; // this.lock = false;
this.getlist() // this.getlist()
}, },
todetail(e, type) { todetail(e, type) {
window.console.log(e); window.console.log(e);