|
@@ -1,7 +1,7 @@
|
1
|
1
|
import React, { useState, useEffect } from 'react'
|
2
|
2
|
import Taro from '@tarojs/taro'
|
3
|
3
|
import { useModel } from '@/store'
|
4
|
|
-import { Text } from '@tarojs/components'
|
|
4
|
+import { Text , ScrollView } from '@tarojs/components'
|
5
|
5
|
import Spin from '@/components/Spin'
|
6
|
6
|
import GetUserPhone from '@/components/GetUserPhone/index'
|
7
|
7
|
import GetUserIcon from '@/components/GetUserIcon/index'
|
|
@@ -134,12 +134,12 @@ export default function (props) {
|
134
|
134
|
<view className={ShowAddLayer ? 'AddRenZhengLayer active' : 'AddRenZhengLayer'}>
|
135
|
135
|
<view className='centerLabel'>
|
136
|
136
|
<view>
|
137
|
|
- <scroll-view scroll-y='true'>
|
|
137
|
+ <ScrollView scroll-y='true'>
|
138
|
138
|
{
|
139
|
139
|
ShowAddLayer &&
|
140
|
140
|
<AddYeZhuRenZheng Close={() => { setShowAddLayer(false) }}></AddYeZhuRenZheng>
|
141
|
141
|
}
|
142
|
|
- </scroll-view>
|
|
142
|
+ </ScrollView>
|
143
|
143
|
</view>
|
144
|
144
|
</view>
|
145
|
145
|
</view>
|