XSLu08042 3 小時之前
父節點
當前提交
6dd8ea3d7d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages_course/components/networkError.vue

+ 1 - 2
pages_course/components/networkError.vue

@@ -17,9 +17,8 @@
 		},
 		watch: {
 			statusValue(newVal, oldVal) {
-				console.log('value changed========:', newVal, oldVal)
+				const that = this
 				if (newVal == '1'&&!this.show) {
-					const that = this
 					uni.showModal({
 						title: '提示',
 						content: '网络异常,请重试',