future 1 éve
szülő
commit
6aa33600b0

+ 5 - 2
xs-app/pages/recharge/rechargeCoin.vue

@@ -60,8 +60,8 @@
 	import { http } from '../../framework/http';
 	import { log } from '../../framework/log';
     import { UserData } from '../../stores/userDataManager';
-import { util } from '../../framework/util';
-import { tools } from '../../framework/tools';
+    import { util } from '../../framework/util';
+    import { tools } from '../../framework/tools';
 		
 	let data_list = ref([])
 	let current_index = ref(-1)
@@ -83,6 +83,9 @@ import { tools } from '../../framework/tools';
 	}
 	
 	function clickItem(index:number){
+		if(current_index.value==index) {
+			return
+		}
 		current_index.value = index
 	}
 	

+ 4 - 1
xs-app/pages/recharge/rechargeVIP.vue

@@ -56,7 +56,7 @@
 	import { log } from '../../framework/log';
     import { UserData } from '../../stores/userDataManager';
     import { util } from '../../framework/util';
-import { tools } from '../../framework/tools';
+    import { tools } from '../../framework/tools';
 		
 	let user_data = UserData().getData()
 	let data_list = ref([])
@@ -85,6 +85,9 @@ import { tools } from '../../framework/tools';
 	}
 	
 	function clickItem(index:number){
+		if(current_index.value==index) {
+			return
+		}
 		current_index.value = index
 	}
 	

+ 3 - 3
xs-app/pages/search/search-nav.vue

@@ -59,9 +59,9 @@
 		top: 44px;
 		/* #endif */
 		background-color: #ffffff;
-		border-bottom-width: 1rpx;
-		border-bottom-style: solid;
-		border-bottom-color: #eee;
+		// border-bottom-width: 1rpx;
+		// border-bottom-style: solid;
+		// border-bottom-color: #eee;
 		// background-color: purple;
 		
 		.container{