提交 607143cb authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 d2f67167
...@@ -5675,7 +5675,7 @@ ...@@ -5675,7 +5675,7 @@
}, },
"html-tags": { "html-tags": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", "resolved": "https://registry.npm.taobao.org/html-tags/download/html-tags-2.0.0.tgz",
"integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=" "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos="
}, },
"html-webpack-plugin": { "html-webpack-plugin": {
...@@ -6638,7 +6638,7 @@ ...@@ -6638,7 +6638,7 @@
}, },
"lodash.kebabcase": { "lodash.kebabcase": {
"version": "4.1.1", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", "resolved": "https://registry.npm.taobao.org/lodash.kebabcase/download/lodash.kebabcase-4.1.1.tgz",
"integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=" "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY="
}, },
"loglevel": { "loglevel": {
...@@ -9935,7 +9935,7 @@ ...@@ -9935,7 +9935,7 @@
}, },
"svg-tags": { "svg-tags": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", "resolved": "https://registry.npm.taobao.org/svg-tags/download/svg-tags-1.0.0.tgz",
"integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=" "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q="
}, },
"swiper": { "swiper": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="home-office-hall content-max-width"> <div class="home-office-hall content-max-width">
<div class="title">办事大厅</div> <div class="title">办事大厅</div>
<div class="office-mian"> <div class="office-mian">
<ul class="tab-btn-box"> <ul class="tab-btn-box">
<li <li
v-for="(item, index) in offsetBtn" v-for="(item, index) in offsetBtn"
:class="offsetTabIndex == index && 'active'" :class="offsetTabIndex == index && 'active'"
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</div> </div>
</li> </li>
</template> </template>
<template> <template v-else>
<li :key="index" @click="goPage(item.path, item.pathType)"> <li :key="index" @click="goPage(item.path, item.pathType)">
<img :src="item.icon" alt="" class="img"> <img :src="item.icon" alt="" class="img">
<img :src="item.iconActive" alt="" class="img-active"> <img :src="item.iconActive" alt="" class="img-active">
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,7 @@ export default {
}, },
computed: { computed: {
passport() { passport() {
return this.$refs.passport return this.$refs.passport
} }
}, },
watch: { watch: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论