@@ -186,12 +186,12 @@
}
},
asynCallBack() {
- //获取详情
- this.getDetail();
+
mounted() {
-
+ //获取详情
+ this.getDetail();
destroyed() {},
computed: {
@@ -187,10 +187,12 @@
- mounted() {},
+ mounted() {
+ },
picList: {
@@ -260,10 +260,11 @@
- this.getList();
+ this.getList();
//监控下拉加载事件
var _this = this;
window.addEventListener('scroll', _this.handleScrool);