留言模块
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="innovate">
|
||||
<div class="box conter1000" v-loading="loading">
|
||||
<div class="head">
|
||||
@ -26,7 +26,9 @@
|
||||
<div class="_l">
|
||||
<div class="html" v-html="state.data.content"></div>
|
||||
</div>
|
||||
<div class="_r">联系我</div>
|
||||
<div class="_r">
|
||||
<webContact />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<webFooter></webFooter>
|
||||
@ -36,6 +38,7 @@
|
||||
<script setup>
|
||||
import webFooter from "@/components/webFooter/index.vue";
|
||||
import webBreadcrumb from "@/components/webBreadcrumb/index.vue";
|
||||
import webContact from "@/components/webContact/index.vue";
|
||||
import request from '@/utils/request'
|
||||
// to do 创新服务详情
|
||||
function detail (id) {
|
||||
@ -143,6 +146,7 @@ function getData () {
|
||||
._r {
|
||||
flex: 1;
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user