|
@@ -9,5 +9,32 @@ const shareOptTpl = {
|
9
|
9
|
const link1URL = 'http://h5.njyunzhi.com/wenhua818-2/index.html';
|
10
|
10
|
|
11
|
11
|
// 分享接口地址
|
12
|
|
-// const API_BASE = 'http://api.h5.zijincao.njyunzhi.com';
|
13
|
|
-const API_BASE = '';
|
|
12
|
+const API_BASE = 'http://api.h5.zijincao.njyunzhi.com';
|
|
13
|
+// const API_BASE = '';
|
|
14
|
+
|
|
15
|
+const FAMOUS_LINKS = [
|
|
16
|
+ {
|
|
17
|
+ image: './images/pg3/1.png',
|
|
18
|
+ link: 'http://m2.nbs.cn/article/564333.html?id=564333&mid=1',
|
|
19
|
+ },
|
|
20
|
+ {
|
|
21
|
+ image: './images/pg3/2.png',
|
|
22
|
+ link: 'http://m2.nbs.cn/article/564367.html?id=564367&mid=1',
|
|
23
|
+ },
|
|
24
|
+ {
|
|
25
|
+ image: './images/pg3/3.png',
|
|
26
|
+ link: 'http://m2.nbs.cn/article/564359.html?id=564359&mid=1',
|
|
27
|
+ },
|
|
28
|
+ {
|
|
29
|
+ image: './images/pg3/4.png',
|
|
30
|
+ link: 'http://m2.nbs.cn/article/564351.html?id=564351&mid=1',
|
|
31
|
+ },
|
|
32
|
+ {
|
|
33
|
+ image: './images/pg3/5.png',
|
|
34
|
+ link: 'http://m2.nbs.cn/article/565523.html?id=565523&mid=1',
|
|
35
|
+ },
|
|
36
|
+ {
|
|
37
|
+ image: './images/pg3/6.png',
|
|
38
|
+ link: '',
|
|
39
|
+ },
|
|
40
|
+]
|