liudan 8 months ago
parent 7f8b1511d7
commit e7107ce8ae
  1. 7293
      package-lock.json
  2. 14
      src/App.vue
  3. 2
      src/components/pageOne.vue
  4. 4
      src/components/pageTwo.vue

7293
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -91,6 +91,12 @@ export default {
methods:{ methods:{
setIndex(index){ setIndex(index){
this.activeIndex = index; this.activeIndex = index;
if(index==0){
window.location.href='https://bdjhy.jzynkj.com/zhu'
}
if(index==1){
window.location.href='https://bdjhy.jzynkj.com/cha'
}
}, },
initInnerHandle(){ initInnerHandle(){
var agl = document.createElement('script'); var agl = document.createElement('script');
@ -113,7 +119,13 @@ export default {
} }
}, },
created(){ created(){
this.initHandle() this.initHandle();
if(window.location.href.indexOf('/cha')!=-1){
this.activeIndex==1
}
if(window.location.href.indexOf('/zhu')!=-1){
this.activeIndex==0
}
} }
} }
</script> </script>

@ -42,7 +42,7 @@
<button class="searchBtn" @click="submitForm">立即查询></button> <button class="searchBtn" @click="submitForm">立即查询></button>
</div> </div>
<div class="mobile">电话咨询15701265930</div> <div class="mobile">电话咨询<a href="tel:15701265930">15701265930</a></div>
<div class="info"> <div class="info">
2024年的商标数据存在部分延迟可去人工窗口免费二次核实 2024年的商标数据存在部分延迟可去人工窗口免费二次核实
</div> </div>

@ -34,7 +34,9 @@
<button class="searchBtn" @click="submitForm">立即查询></button> <button class="searchBtn" @click="submitForm">立即查询></button>
</div> </div>
<div class="mobile">电话咨询15701265930</div>
<div class="mobile">电话咨询<a href="tel:15701265930">15701265930</a></div>
<div class="info"> <div class="info">
2024年的商标数据存在部分延迟可去人工窗口免费二次核实 2024年的商标数据存在部分延迟可去人工窗口免费二次核实
</div> </div>

Loading…
Cancel
Save