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