Yansen 2 年前
父节点
当前提交
ad7e835faf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/pages/notice/detail/index.jsx

+ 2
- 2
src/pages/notice/detail/index.jsx 查看文件

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