Ver Fonte

Merge branch 'master' of http://git.cc-lotus.info/article-system/article-mobile

lrf402788946 há 4 anos atrás
pai
commit
c8fb81cfa7
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/service/detail.vue

+ 2 - 2
src/views/service/detail.vue

@@ -10,7 +10,7 @@
             <info :form="form"></info>
           </el-col>
           <el-col :span="24" class="two">
-            <contact :contactInfo="form.contactInfo"></contact>
+            <contact :contactInfo="form.contact"></contact>
           </el-col>
         </el-col>
       </el-col>
@@ -55,7 +55,7 @@ export default {
           },
         ],
         fileUrl: require('@a/video1.mp4'),
-        contactInfo: {
+        contact: {
           name: '联系人',
           phone: '17319450324',
           email: 'guhongwei0324@163com',