index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/footer.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/css/index.css | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/img/qiyuesuo.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/companyProfile/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/home/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/signup/signup.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
index.html
@@ -51,3 +51,31 @@ <script type="text/javascript"> eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('1.0=()=>{3 2}',4,4,'onerror|window|true|return'.split('|'),0,{})) </script> <!-- <script type="text/javascript"> setTimeout(() => { let node = document.getElementsByClassName('nb-icon-inner-wrap')[0] if (node) { node.style.height = '128px' node.style.backgroundSize = 'contain' node.style.backgroundImage = `url('http://www.minkesoft.com/Content/Upload/weixin.jpg')` } else { setTimeout(() => { let node = document.getElementsByClassName('nb-icon-inner-wrap')[0] if (node) { node.style.height = '128px' node.style.backgroundSize = 'contain' node.style.backgroundImage = `url('http://www.minkesoft.com/Content/Upload/weixin.jpg')` } else { setTimeout(() => { let node = document.getElementsByClassName('nb-icon-inner-wrap')[0] if (node) { node.style.height = '128px' node.style.backgroundSize = 'contain' node.style.backgroundImage = `url('http://www.minkesoft.com/Content/Upload/weixin.jpg')` } }, 1000) } }, 1000) } }, 300) </script> --> src/components/footer.vue
@@ -32,6 +32,11 @@ <span class="m_hide">400-189-1819</span> <span class="p_hide"><a href="tel:400-189-1819" style="color:#fff">400-189-1819</a></span> </p> <p class="footer_right_website"> <span>APP下载:</span> <a class="download" href="https://cloud.mk9h.cn/Content/app/app-release.rar" style="margin-left: 15px;margin-right: 20px;color: #ffffff;" target="_blank">Android<span class="app">下载</span></a> <a class="download" href="https://apps.apple.com/cn/app/%E6%98%8E%E7%A7%91%E4%BA%91/id1584460977" style="margin-right: 20px;color: #ffffff;" target="_blank">ios<span class="app">下载</span></a> </p> </div> </div> <div class="footer_bottom"> @@ -108,6 +113,9 @@ color: #fff; margin-top: 0.1rem; font-size: 0.14rem; .app { display: none; } } } .footer_bottom { @@ -209,6 +217,15 @@ span:last-child { font-size: 0.3rem; } .download { display: inline-block; font-size: 0.3rem; margin-top: 5px; margin-left: 0!important; } .app { display: inline-block!important; } } } src/css/index.css
@@ -163,7 +163,7 @@ line-height: 40px; } .sign-form-wrap .el-input .el-input__inner { background: #fafafa; /* background: #fafafa; */ border-radius: 4px; } .sign-form-wrap .el-input .el-input-group__prepend + .el-input__inner { src/img/qiyuesuo.jpg
src/views/companyProfile/index.vue
@@ -175,6 +175,10 @@ <span>优秀解决方案奖</span> </li> <li> <h3 class="h33"><img src="../../img/qiyuesuo.jpg" alt="" @mouseover="img_index = 20" @mouseout="img_index = 0" class="animated" :class="img_index == 20 ? 'tada' : ''"></h3> <span>契约锁合作伙伴</span> </li> <li> <h3 class="h33"><img src="../../img/zheng8.jpg" alt="" @mouseover="img_index = 9" @mouseout="img_index = 0" class="animated" :class="img_index == 9 ? 'tada' : ''"></h3> <span>斑马合作伙伴</span> </li> src/views/home/index.vue
@@ -12,7 +12,7 @@ <img src="@/img/weixin.jpg" alt=""> <img class="img" src="@/img/wei.png" slot="reference" alt style="margin-right: 0.16rem;" /> </el-popover> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2529499151&site=qq&menu=yes"> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2549738898&site=qq&menu=yes"> <img class="img" src="@/img/QQ.png" alt /> </a> <a class="tel" href="tel:400-189-1819"> src/views/signup/signup.vue
@@ -364,6 +364,7 @@ this.confirmPassword = '' this.subdisabled = true this.subloading = false this.pass = false if (timer) { clearTimeout(timer)