Commit df959e15 by heshihao

feat: 功能完善

parent 58d769be
......@@ -8,7 +8,7 @@
>
<img v-if="activeId == item.id" :src="item.icon1" alt="" />
<img v-if="activeId != item.id" :src="item.icon" alt="" />
<span>{{ item.name }}</span>
<span>{{ item.oname }}</span>
</li>
</ul>
</template>
......@@ -36,6 +36,7 @@ export default {
if (res.success) {
} else {
this.Industry = res;
this.$emit("cateid", this.Industry[0]);
// this.Industry = [
// {
// icon: "https://zysf-store.oss-cn-beijing.aliyuncs.com//晋城招商图谱平台/产业大类图标/icon-gt.png",
......
......@@ -158,7 +158,7 @@ export default {
],
// 行业id
industry_id: 1,
industry_name: "钢铁",
industry_name: "生活用纸",
// 行业级别
industry_level: 1,
// 上中下游
......
......@@ -42,9 +42,7 @@
@mouseenter="mouseIn('myText')"
@mouseleave="mouseOut('myText')"
v-html="details"
>
<!-- {{ details }} -->
</div>
></div>
<video-player :options="videoOptions" />
</div>
</div>
......@@ -714,7 +712,7 @@
@mouseleave="mouseOut1('myList1')"
>
<li v-for="item of project" :key="item.id" @click="goProject(item.id)">
{{ item.name }}
<span> {{ item.name }}</span>
</li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment