浏览代码

添加关联组件console

306132416@qq.com 5 年之前
父节点
当前提交
e34ce4fb92
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

@@ -50,7 +50,7 @@
 		},
 		methods: {
 			loadFail(e){
-				// console.log('getLoad')
+				 console.log("FAIL-Offical:",e)
 				// this.marginTopCss = 0;
 				let phoneHeight = uni.getSystemInfoSync().windowHeight;
 				this.bottomCss = phoneHeight > 640 ? '35%':'25%';
@@ -59,6 +59,7 @@
 				}
 			},
 			loadSucc(e){
+				 console.log("SUCCESS-Offical:",e)
 			},
 			getEquipmentHeight(){
 				console.log('getHeight')