guoyujia 1 년 전
부모
커밋
270f7bc23e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/outsourcedInspection/scan.vue
  2. 1 1
      pages/processInspection/scan.vue

+ 1 - 1
pages/outsourcedInspection/scan.vue

@@ -110,7 +110,7 @@
 				}).catch(err => {
 					uni.showToast({
 						icon: 'none',
-						title: error.msg,
+						title: err.message,
 						duration: 2000
 					})
 				})

+ 1 - 1
pages/processInspection/scan.vue

@@ -117,7 +117,7 @@
 							}).catch(err => {
 								uni.showToast({
 									icon: 'none',
-									title: error.msg,
+									title: err.message,
 									duration: 2000
 								})
 				})