|
|
|
|
1
|
import React from 'react';
|
1
|
import React from 'react';
|
2
|
import Taro from '@tarojs/taro';
|
2
|
import Taro from '@tarojs/taro';
|
3
|
-import { View } from '@tarojs/components';
|
|
|
|
|
3
|
+import { View, Image } from '@tarojs/components';
|
4
|
import Page from '@/layouts/index';
|
4
|
import Page from '@/layouts/index';
|
5
|
import { getTaNoticeById } from '@/services/tanotice';
|
5
|
import { getTaNoticeById } from '@/services/tanotice';
|
6
|
import { getDtStr } from '@/utils/date';
|
6
|
import { getDtStr } from '@/utils/date';
|
|
|
|
|
37
|
<View className={style['notice-hd2']}>{dateStr}</View>
|
37
|
<View className={style['notice-hd2']}>{dateStr}</View>
|
38
|
</View>
|
38
|
</View>
|
39
|
<View className={style['notice-bd']}>
|
39
|
<View className={style['notice-bd']}>
|
40
|
-
|
|
|
|
|
40
|
+ <Image></Image>
|
41
|
</View>
|
41
|
</View>
|
42
|
<View className={style['notice-ft']}>
|
42
|
<View className={style['notice-ft']}>
|
43
|
|
43
|
|