|
|
@@ -314,9 +314,11 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created() {
|
|
|
+ console.log("created................", this.selected, this.typeList);
|
|
|
// this.firstLoading = true
|
|
|
},
|
|
|
mounted() {
|
|
|
+ console.log("mounted................", this.selected, this.typeList);
|
|
|
// this.getList()
|
|
|
if (this.mobile) {
|
|
|
document.body.style = "overflow:hidden;";
|
|
|
@@ -464,7 +466,10 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.loading = false;
|
|
|
});
|
|
|
- console.log("this.finished", this.finished);
|
|
|
+ console.log(
|
|
|
+ "this.finished................................",
|
|
|
+ this.finished
|
|
|
+ );
|
|
|
});
|
|
|
},
|
|
|
pageChange(i) {
|