lilei 2 лет назад
Родитель
Сommit
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})
+						}
 					}
 				})
 			},