@@ -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"