zhengjie #42

Manually merged
asd merged 3 commits from zhengjie into master 2019-12-03 08:06:01 +00:00
Showing only changes of commit 250dd7ad6e - Show all commits

View File

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