|
@@ -1,10 +1,11 @@
|
1
|
1
|
import React, { useState, useEffect } from 'react'
|
2
|
|
-import { Picker } from '@tarojs/components'
|
3
|
|
-import { AtList, AtListItem } from 'taro-ui'
|
|
2
|
+// import { Picker } from '@tarojs/components'
|
|
3
|
+// import { AtList, AtListItem } from 'taro-ui'
|
4
|
4
|
import request, { apis } from '@/utils/request'
|
5
|
5
|
import { useModel } from '@/store'
|
6
|
6
|
import '@/assets/css/reset.less'
|
7
|
7
|
import '@/assets/css/iconfont.less'
|
|
8
|
+// import '@/node_modules/taro-ui/dist/style/index.scss'
|
8
|
9
|
import './index.less'
|
9
|
10
|
|
10
|
11
|
export default function YeZhuRenZheng () {
|
|
@@ -55,11 +56,11 @@ export default function YeZhuRenZheng () {
|
55
|
56
|
return (
|
56
|
57
|
<view className='YeZhuRenZheng'>
|
57
|
58
|
<view className='Form'>
|
58
|
|
- <Picker mode='selector' range={Level2List} onChange={Level2Change}>
|
|
59
|
+ {/* <Picker mode='selector' range={Level2List} onChange={Level2Change}>
|
59
|
60
|
<AtList>
|
60
|
61
|
<AtListItem title='期号' />
|
61
|
62
|
</AtList>
|
62
|
|
- </Picker>
|
|
63
|
+ </Picker> */}
|
63
|
64
|
{/* <view className='flex-h'>
|
64
|
65
|
<text className='iconfont iconxingming'></text>
|
65
|
66
|
<Input className='flex-item' placeholder='请输入您的姓名' value={FormData.RealName} onInput={(e) => { setFormData({ ...FormData, RealName: e.detail.value }) }}></Input>
|