1002884655 преди 4 години
родител
ревизия
210705f5f9
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 4
    5
      src/pages/WoDe/YeZhuRenZheng/index.jsx

+ 4
- 5
src/pages/WoDe/YeZhuRenZheng/index.jsx Целия файл

@@ -1,11 +1,10 @@
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'
9 8
 import './index.less'
10 9
 
11 10
 export default function YeZhuRenZheng () {
@@ -56,11 +55,11 @@ export default function YeZhuRenZheng () {
56 55
   return (
57 56
     <view className='YeZhuRenZheng'>
58 57
       <view className='Form'>
59
-        {/* <Picker mode='selector' range={Level2List} onChange={Level2Change}>
58
+        <Picker mode='selector' range={Level2List} onChange={Level2Change}>
60 59
           <AtList>
61 60
             <AtListItem title='期号' />
62 61
           </AtList>
63
-        </Picker> */}
62
+        </Picker>
64 63
         {/* <view className='flex-h'>
65 64
           <text className='iconfont iconxingming'></text>
66 65
           <Input className='flex-item' placeholder='请输入您的姓名' value={FormData.RealName} onInput={(e) => { setFormData({ ...FormData, RealName: e.detail.value }) }}></Input>