guhongwei 5 年之前
父节点
当前提交
894b524985
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 4 4
      src/views/detail/detail.vue
  2. 4 4
      src/views/list/list.vue

+ 4 - 4
src/views/detail/detail.vue

@@ -43,10 +43,10 @@ import footDown from '../../layout/index/foot.vue';
 export default {
 export default {
   name: 'detial',
   name: 'detial',
   props: {
   props: {
-    topInfo: null,
-    mainLeftList: null,
-    contentList: null,
-    downList: null,
+    topInfo: null,//头部
+    mainLeftList: null,//主体左侧导航
+    contentList: null,//主体右侧内容
+    downList: null,//底部
   },
   },
   components: {
   components: {
     top,
     top,

+ 4 - 4
src/views/list/list.vue

@@ -43,10 +43,10 @@ import footDown from '../../layout/index/foot.vue';
 export default {
 export default {
   name: 'list',
   name: 'list',
   props: {
   props: {
-    topInfo: null,
-    mainLeftList: null,
-    mainRightList: null,
-    downList: null,
+    topInfo: null,//头部
+    mainLeftList: null,//主体左侧导航
+    mainRightList: null,//主体右侧导航
+    downList: null,//底部
   },
   },
   components: {
   components: {
     top,
     top,