소스 검색

bug 修复

lilei 2 년 전
부모
커밋
8cc35d48bc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      pages/storeManage/storeAuth.vue

+ 3 - 0
pages/storeManage/storeAuth.vue

@@ -230,6 +230,9 @@
 						this.form.inviteName = res.data&&res.data.dealerName
 					}else{
 						this.form.inviteName = ''
+						if(!this.isRead){
+							uni.showToast({icon: 'none',title: res.message,duration:5000})
+						}
 					}
 				})
 			},