|
@@ -1,7 +1,7 @@
|
1
|
1
|
import React from 'react';
|
2
|
2
|
import Taro from '@tarojs/taro';
|
3
|
3
|
import { View, CoverView } from '@tarojs/components';
|
4
|
|
-import { CellGroup, Cell, Field, RadioGroup, Radio, Icon } from '@antmjs/vantui';
|
|
4
|
+import { CellGroup, Cell, Field, RadioGroup, Radio, Icon, Loading } from '@antmjs/vantui';
|
5
|
5
|
import Map from '@/components/map';
|
6
|
6
|
import { getTaCheckItemAnswer } from '@/services/tacheckitem';
|
7
|
7
|
import { getTaCheckAnswer } from '@/services/tacheckanswer';
|
|
@@ -57,6 +57,9 @@ export default (props) => {
|
57
|
57
|
location={answer?.location}
|
58
|
58
|
onChange={e => setFieldChange('location', e)}
|
59
|
59
|
/>
|
|
60
|
+ {/* <View style={{ position: 'fixed', zIndex: '3000', top: '50%', color: 'red', display: 'grid', width: '50px', height: '50px' }}>
|
|
61
|
+ <Loading type="spinner" vertical />
|
|
62
|
+ </View> */}
|
60
|
63
|
<CellGroup>
|
61
|
64
|
{
|
62
|
65
|
checkType == 'loc' && (
|