Ming 3 rokov pred
rodič
commit
1f3853ac2b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      pages/authAdd/authAdd.vue

+ 2 - 2
pages/authAdd/authAdd.vue

@@ -155,7 +155,7 @@
 				siteItemData: [],
 				selectedArr: [],
 				selectedString: '',
-				radioOne: 3,
+				radioOne: 2,
 
 				
 			}
@@ -211,7 +211,7 @@
 				
 				//修改验证
 				
-				if (!this.selectedData.length||this.selectedData.replace(/^\s*/g,'')) {
+				if (!this.selectedData.length) {
 					uni.showToast({
 						title: "请选择站点",
 						icon: "none"