1002884655 4 år sedan
förälder
incheckning
43ab5a7fd8
4 ändrade filer med 604 tillägg och 485 borttagningar
  1. 597
    480
      package-lock.json
  2. 1
    0
      package.json
  3. 1
    1
      project.config.json
  4. 5
    4
      src/pages/WoDe/YeZhuRenZheng/index.jsx

+ 597
- 480
package-lock.json
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 1
- 0
package.json Visa fil

37
   "dependencies": {
37
   "dependencies": {
38
     "@babel/runtime": "^7.7.7",
38
     "@babel/runtime": "^7.7.7",
39
     "@tarojs/components": "3.0.14",
39
     "@tarojs/components": "3.0.14",
40
+    "@tarojs/plugin-sass": "^2.2.10",
40
     "@tarojs/react": "3.0.14",
41
     "@tarojs/react": "3.0.14",
41
     "@tarojs/runtime": "3.0.14",
42
     "@tarojs/runtime": "3.0.14",
42
     "@tarojs/taro": "3.0.14",
43
     "@tarojs/taro": "3.0.14",

+ 1
- 1
project.config.json Visa fil

27
 			"outputPath": ""
27
 			"outputPath": ""
28
 		},
28
 		},
29
 		"useIsolateContext": true,
29
 		"useIsolateContext": true,
30
-		"useCompilerModule": true,
30
+		"useCompilerModule": false,
31
 		"userConfirmedUseCompilerModuleSwitch": false
31
 		"userConfirmedUseCompilerModuleSwitch": false
32
 	},
32
 	},
33
 	"compileType": "miniprogram",
33
 	"compileType": "miniprogram",

+ 5
- 4
src/pages/WoDe/YeZhuRenZheng/index.jsx Visa fil

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