Commit df959e15 by heshihao

feat: 功能完善

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