gjy 2 년 전
부모
커밋
86a199487f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pageD/identity/companyIdentityThree.vue

+ 1 - 1
pageD/identity/companyIdentityThree.vue

@@ -496,7 +496,7 @@
 																						2000
 																					);
 																				
-																			}else if (res.data&&res.data.message!=''){
+																			}else if (res.data&&res.data.message!=''&&res.data.message!=null){
 																				uni.showToast({
 																					title: res.data.message,
 																					icon: 'none',