future 1 жил өмнө
parent
commit
7017c8b037

+ 3 - 3
xs-app/pages/aboutMine/aboutMine.vue

@@ -40,11 +40,11 @@ import { tools } from '../../framework/tools';
 	
 	function clickType(item:any) {
 		switch (item.id){
-			case 1:
-			    tools.gotoWebview(item.name,'https://www.example.com')
+			case 1:			
+			    tools.gotoWebview(item.name,'https://static.hainanmlwl.com/bookstatic/privacy/user_privacy.html')
 				break;
 			case 2:
-			    tools.gotoWebview(item.name,'https://www.baidu.com')
+			    tools.gotoWebview(item.name,'https://static.hainanmlwl.com/bookstatic/privacy/privacy.html')
 				break;
 			default:
 				break;