Browse Source

platTrend

lyn7568 6 years ago
parent
commit
60e8b8eed8

+ 26 - 0
src/libs/util.js

@ -17,6 +17,32 @@ export const defaultSet = {
17 17
  }
18 18
};
19 19
20
/**
21
 * 平台动态 栏目
22
 */
23
export const platTrend = [
24
  {
25
    val: '1',
26
    tit: '平台新闻'
27
  },
28
  {
29
    val: '2',
30
    tit: '采访专栏'
31
  },
32
  {
33
    val: '5',
34
    tit: '科技动态'
35
  },
36
  {
37
    val: '3',
38
    tit: '政策法规'
39
  },
40
  {
41
    val: '4',
42
    tit: '通知公告'
43
  }
44
]
45
20 46
/**
21 47
 * expert head symbol icon
22 48
 */

+ 2 - 23
src/pages/index/views/Dashboard/index.vue

@ -165,7 +165,7 @@
165 165
</template>
166 166
167 167
<script>
168
  import { commenTime, defaultSet, ImageUrl, strToArr } from '@/libs/util';
168
  import { platTrend, commenTime, defaultSet, ImageUrl, strToArr } from '@/libs/util';
169 169
  import queryBase from '@/libs/queryBase';
170 170
  import { loginStatus } from '@/libs/loginStatus';
171 171
@ -180,28 +180,7 @@
180 180
        operateM: {},
181 181
        platimgurl: PLAT.info.platimgurl,
182 182
        activeName: '1',
183
        conCatalog: [
184
          {
185
            val: '1',
186
            tit: '平台新闻'
187
          },
188
          {
189
            val: '2',
190
            tit: '采访专栏'
191
          },
192
          {
193
            val: '5',
194
            tit: '科技动态'
195
          },
196
          {
197
            val: '3',
198
            tit: '政策法规'
199
          },
200
          {
201
            val: '4',
202
            tit: '通知公告'
203
          }
204
        ],
183
        conCatalog: platTrend,
205 184
        rows: 20,
206 185
        orgTrends: '',
207 186
        paltNews: '',

+ 3 - 23
src/pages/index/views/ViewPlatTrend/index.vue

@ -26,7 +26,8 @@
26 26
</template>
27 27
28 28
<script>
29
	import platNews from './news';
29
  import platNews from './news';
30
  import { platTrend } from '@/libs/util';
30 31
31 32
	export default {
32 33
    mounted() {
@ -38,28 +39,7 @@
38 39
        plat: PLAT.info,
39 40
        activeName: '1',
40 41
        loadState: false,
41
        conCatalog: [
42
          {
43
            val: '1',
44
            tit: '平台新闻'
45
          },
46
          {
47
            val: '2',
48
            tit: '采访专栏'
49
          },
50
          {
51
            val: '5',
52
            tit: '科技动态'
53
          },
54
          {
55
            val: '3',
56
            tit: '政策法规'
57
          },
58
          {
59
            val: '4',
60
            tit: '通知公告'
61
          }
62
        ]
42
        conCatalog: platTrend
63 43
      };
64 44
    },
65 45
    components: {