CINXE.COM
investment and development - Wedoany
<!DOCTYPE html> <html> <head> <title>investment and development - Wedoany</title> <meta charset="utf-8" /> <link rel="shortcut icon" href="" /> <link rel="bookmark" href="" /> <meta name="title" content="investment and development - Wedoany" /> <meta name="keywords" content="investment,and,development" /> <meta name="description" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <!--[if lt IE 9]> <script src="https://www.wedoany.com/statics/images/pro/js/html5shiv.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/respond.min.js"></script> <![endif]--> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/easytpl/libs/layui/css/layui.css"/> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/reset.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/keyframes.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/iconfont.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/js/swiper/swiper.min.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/js/easytpl/module/admin.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/css.css"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/css_en.css?v=1732362066"> <link rel="stylesheet" href="https://www.wedoany.com/statics/images/pro/css/companyAdvanced.css?v=1732362066"> <style type="text/css"> body{ background: #fff!important; } </style> </head> <body class="layui-layout-body"> <div class="v2_topbar"> <div class="v2_wapper"> <div class="l-t2"> <a href="https://www.wedoany.com/en/" class="logo-small"> <img src="https://www.wedoany.com/logo.png"> </a> </div> <div class="r pc"> <a href="https://www.wedoany.com/zh-cn/">中文站</a> <a href="https://www.wedoany.com/en/" class="sel" >English</a> <a href="https://www.wedoany.com/fr/">Français</a> <a href="https://www.wedoany.com/ru/">Русский</a> <a href="https://www.wedoany.com/es/">Español</a> <a href="https://www.wedoany.com/ar/">العربية</a> <a href="https://www.wedoany.com/pt/">Português</a> <a href="https://www.wedoany.com/de/">Deutsch</a> </div> </div> </div> <div class="companyAdvanced_banner"> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <!-- <div class="zhezhao"></div> --> <video src="https://www.wedoany.com/video/touzikaifa.mp4" autoplay="false" muted="true" playsinline></video> </div> <div class="swiper-slide"> <!-- <div class="zhezhao"></div> --> <video src="https://statics.wedoany.com/2024/0828/20240828102242682.mp4" autoplay="false" muted="true" playsinline></video> </div> </div> <!-- <div class="swiper-button-prev"> <i class="iconfont icon-back"></i> </div> <div class="swiper-button-next"> <i class="iconfont icon-right1"></i> </div> --> <div class="swiper-pagination"></div> </div> </div> <div class="companyAdvanced_list_v2" id="list"> <!-- <a href=""> <div class="img"> <img src="https://statics.wedoany.com//2024/0701/20240701015843541.png"> </div> <p> 秦皇岛百图网络科技有限公司 </p> </a> --> </div> <div id="pagecode" class="pagecode"></div> <footer class="v2"> <div class="wapper"> <div class="nav"> <a href="https://www.wedoany.com/en/about/aboutus.html">About us</a> <span></span> <a href="https://www.wedoany.com/en/about/connectus.html">Connect us</a> <span></span> <a href="https://www.wedoany.com/en/about/Disclaimer.html">Disclaimer</a> <span></span> <a href="https://www.wedoany.com/en/about/Websiteannouncement.html">Website announcement</a> <span></span> </div> <div class="copy"> <p>Copyright of Energy Selection and Service Library © 2023</p> </div> <!-- <i class="iconfont icon-gotop"></i> --> </div> </footer> <script type="text/javascript">var APP_PATH = "https://www.wedoany.com/";</script> <script type="text/javascript">var APP_PATH_LANG = "https://www.wedoany.com/en/";</script> <script src="https://www.wedoany.com/statics/images/pro/js/jquery.min.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/lazyload.min.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/plugin.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/easytpl/libs/layui/layui.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/easytpl/js/common.js?v=318"></script> <script type="text/javascript" src="https://www.wedoany.com/statics/images/pro/js/jquery.nicescroll.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/swiper/swiper.min.js"></script> <script src="https://www.wedoany.com/statics/images/pro/js/js.js"></script> </body> </html> <script> layui.use(['layer','notice','form','util'], function () { var $ = layui.jquery; var layer = layui.layer; var notice = layui.notice; var form = layui.form; var util = layui.util; // notice.msg('Waiting for the Test Update API',{icon:4,close:true}); //form.render(); //提交表单 form.on('submit(doHeaderSearch)', function (data) { var model = data.field.headerModel; var keyword = data.field.headerKeyword; if(model == ''){ notice.msg(" Please select the search content type ",{icon:3}); return false; } if(keyword == ''){ notice.msg("Enter search keywords",{icon:3}); return false; } //return false; if( model == 'shortnews' ){ window.location.href = APP_PATH_LANG+"shortnews_search_"+encodeURI(keyword)+".html"; }else{ window.location.href = APP_PATH_LANG+"search.html?model="+model+"&keyword="+keyword; } return false; }); //登录监测 $.post("https://www.wedoany.com/en/pro/api/loginCk.html",{type:'company'},function(res){ if( res.data.userid != 0 ){ $('#company_nologin').hide(); $('#company_havelogin').show(); if(res.data.unread != 0){ //$('#company_havelogin').find('em').html(res.data.unread); }else{ //$('#company_havelogin').find('em').html(0).hide(); } } },'json'); $.post("https://www.wedoany.com/en/pro/api/loginCk.html",{type:'member'},function(res){ if( res.data.userid != 0 ){ $('.member_nologin').hide(); $('.member_havelogin').show(); if(res.data.unread != 0){ //$('.member_havelogin').find('em').html(res.data.unread); }else{ //$('.member_havelogin').find('em').html(0).hide(); } } },'json'); //事件处理 util.event('lay-active', { fav: function(othis){ var _this = $(othis); var obj_code = $(othis).attr('data-code'); var obj_table = $(othis).attr('data-table'); var data = { obj_code:obj_code, obj_table:obj_table, url:"https://www.wedoany.com/en/companyAdvanced.html" }; notice.msg("Processing", {icon: 4, close: false}); $.post("https://www.wedoany.com/en/pro/api/fav.html",data,function(res){ notice.destroy(); if( res.code == 200 ){ if( res.data == 'add' ){ _this.addClass('dofav_ok').html("Collected"); }else{ _this.removeClass('dofav_ok').html("Add to favorites"); } }else{ notice.msg(res.msg,{icon:3}); } },'json'); } }); $('.langDom b').click(function(){ var dom = $(this).parent('l'); var lang = dom.attr('data-lang'); var key = dom.attr('data-key'); layui.admin.prompt(function (value, index, elem) { var layui_index = index; var data = { lang:lang, key:key, value:value, }; $.post("https://www.wedoany.com/en/admin/admin/lang_edit.html",data,function(res){ if( res.code == 200 ){ dom.find('t').html(value); } layer.close(layui_index); },'json'); }); return false; }); return false; $('#doHeaderSearch').click(function(){ var model = $("select[name=headerModel]").val(); var keyword = $('input[name=headerKeyword]').val(); if(model == ''){ notice.msg(" Please select the search content type ",{icon:3}); return false; } if(keyword == ''){ notice.msg("Enter search keywords",{icon:3}); return false; } window.location.href = APP_PATH_LANG+"search.html?model="+model+"&keyword="+keyword; }); }); </script> <script type="text/javascript"> function gotop(){ $('html, body').animate({ scrollTop: $('body').offset().top }, 500); } </script> <script type="text/html" id="item"> <a href="https://www.wedoany.com/en/companyAdvancedSite/{{d.code}}.html" target="_blank"> <div class="img"> <img src="{{d.poster}}"> </div> <p> <img src="{{d.logo}}"> <span>{{d.title}}</span> </p> </a> </script> <script> layui.use(['layer','notice','util','form','dataGrid','admin'], function () { var $ = layui.jquery; var layer = layui.layer; var notice = layui.notice; var util = layui.util; var form = layui.form; var dataGrid = layui.dataGrid; var admin = layui.admin; //实例化数据表格 var options = { elem: '#list', templet: '#item', data: "https://www.wedoany.com/en/pro/api/companyAdvanced.html", page: { limit:15, prev:"Prev", next:"Next", skipText: ["Go to", '', "Confirm"], layout:['prev', 'page', 'next','skip'] } }; var ins = dataGrid.render(options); new Swiper('.companyAdvanced_banner .swiper-container', { effect: 'fade', spaceBetween: 0, loop: true, loopedSlides: 5, slidesPerView: 1, autoplay:false, pagination: { el: '.companyAdvanced_banner .swiper-pagination', clickable:true, }, autoplay: { delay: 5000 }, on: { slideChangeTransitionStart: function () { console.log(1); var _this = this; // 获取当前活跃的幻灯片索引 var currentSlideIndex = this.activeIndex; // 获取当前幻灯片的元素 var currentSlide = this.slides[currentSlideIndex]; // 判断是否为视频 if (currentSlide.querySelector('video')) { var video = $(currentSlide.querySelector('video')); _this.autoplay.stop(); video[0].currentTime = 0.1; video[0].play(); video.on('ended', function() { _this.autoplay.start(); }); } else { // 若为图片,设置切换时间为 5 秒(可根据需求修改) this.params.autoplay.delay = 5000; } } } }); }); </script>