Browse Source

筛选默认异性

wkyy 3 years ago
parent
commit
67a06a62a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/friend/index.vue

+ 2 - 2
pages/friend/index.vue

@@ -219,7 +219,7 @@
 				current: 0,
 				randomList: [],
 				show: false,
-				checked: false,
+				checked: true,
 				customStyle:{
 					background: '#FF5E5E'
 				},
@@ -244,7 +244,7 @@
 		},
 		methods: {
 			reset() {
-				this.checked = false;
+				this.checked = true;
 				
 				this.rangeValues = [22,35];
 				this.$refs.refsValues.originalMinValue=22