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: '网络异常,请重试',