Baozhangchao 3 gadus atpakaļ
vecāks
revīzija
5c7cbdb246

src/components/BottomMoadl/index.jsx → src/components/handleBuildingSelect/index.jsx Parādīt failu


src/components/BottomMoadl/style.css → src/components/handleBuildingSelect/style.css Parādīt failu


+ 2
- 2
src/pages/mine/addCustomer/index.jsx Parādīt failu

@@ -3,7 +3,7 @@ import withLayout from '@/layout'
3 3
 import { ScrollView, Input, Image, Block, View, Button } from '@tarojs/components'
4 4
 import '@/assets/css/iconfont.css'
5 5
 import { fetch } from '@/utils/request'
6
-import BottomMoadl from '@/components/BottomMoadl/index'
6
+import handleBuildingSelect from '@/components/handleBuildingSelect/index'
7 7
 
8 8
 import { API_USER_ADD_CUSTOMER, API_CHANNEL_REPORT } from '@/constants/api'
9 9
 import { ROLE_CODE } from '@/constants/user'
@@ -163,7 +163,7 @@ export default withLayout((props) => {
163 163
             <view className='flex-item'>
164 164
               {/* <BuildingPicker change={BuildingChange} value={buildingId} type={personType} /> */}
165 165
               {/* <View onClick={() => setShowFrame(true)} >{buildingName}</View> */}
166
-              <BottomMoadl onChange={handleBuildingSelect} role={personType} />
166
+              <handleBuildingSelect onChange={handleBuildingSelect} role={personType} />
167 167
             </view>
168 168
           </view>
169 169