diff --git a/images/touzi.gif b/images/touzi.gif new file mode 100644 index 0000000..e2ff6fd Binary files /dev/null and b/images/touzi.gif differ diff --git a/service/service13.html b/service/service13.html index fe97c16..8923637 100644 --- a/service/service13.html +++ b/service/service13.html @@ -24,6 +24,19 @@ @@ -87,14 +100,14 @@
-
-
-
+
+
+

投资体系

INVESTMENT SYSTEM

-
+
@@ -200,13 +213,13 @@ if(index == 2){ - timer = setTimeout(()=>{ - $('.gifimg').attr('src',`../images/static.png`); - clearTimeout(timer) - },9000) + // timer = setTimeout(()=>{ + // $('.gifimg').attr('src',`../images/static.png`); + // clearTimeout(timer) + // },7500) }else{ - clearTimeout(timer) - $('.gifimg').attr('src',`../images/static.png`); + // clearTimeout(timer) + $('.gifimg').attr('src',``); } }, @@ -217,7 +230,7 @@ onLeave: function(index, direction){ console.log("iii",index,direction) if(direction==2){ - $('.gifimg').attr('src',`../images/业务版图优化-2动图.gif?time=${new Date().getTime()}`) + $('.gifimg').attr('src',`../images/touzi.gif?time=${new Date().getTime()}`) } } })