|
@@ -1,7 +1,7 @@
|
1
|
1
|
import React from 'react';
|
2
|
2
|
import Taro from '@tarojs/taro';
|
3
|
|
-import { View } from '@tarojs/components';
|
4
|
|
-import { CellGroup, Cell, Field, RadioGroup, Radio } from '@antmjs/vantui';
|
|
3
|
+import { View, CoverView } from '@tarojs/components';
|
|
4
|
+import { CellGroup, Cell, Field, RadioGroup, Radio, Icon } from '@antmjs/vantui';
|
5
|
5
|
import Map from '@/components/map';
|
6
|
6
|
import { getTaCheckItemAnswer } from '@/services/tacheckitem';
|
7
|
7
|
import mapIcon from '@/assets/icons/marker.png';
|
|
@@ -102,6 +102,6 @@ export default (props) => {
|
102
|
102
|
</CellGroup>
|
103
|
103
|
)
|
104
|
104
|
}
|
105
|
|
- </View>
|
|
105
|
+ </View >
|
106
|
106
|
)
|
107
|
107
|
}
|