hgh

Results 4 issues of hgh

> const render = Component => { > ReactDOM.render( > //绑定redux、热加载 > > > > > , > document.getElementById('root'), > ) > } > 请问一下这段代码的Component 的有什么作用吗,实在看不懂这是啥高级语法

版本:taro-ui 3.1.0-beta.2 form 表单组件提交事件onSubmit,H5就可以正常使用,运行小程序报错, ![image](https://user-images.githubusercontent.com/56161847/179142803-37ef3ffa-e252-420b-8883-8d10524890fb.png) ![image](https://user-images.githubusercontent.com/56161847/179142844-dac41bcf-7110-4074-8869-b61e7e691299.png)

比如说我现在的下拉列表字段名是goodsName ![image](https://user-images.githubusercontent.com/56161847/181184458-f01b4167-35e7-48f8-ad1a-0853a5cf5f7e.png) onFinish是在项目里已经封装好的公用组件,如果是单个表单我知道可以使用values.label和values.value添加字段,但是如果onFinish是在项目里已经封装好的公用组件,我在onFinish提交的时候怎样在values怎样把这个选择的对象label和value一起拿到提交呢?有没有其他方法在特定的场景下修改要提交的字段名呢? ![image](https://user-images.githubusercontent.com/56161847/181184990-58b54bb2-0bc0-40dc-bc72-33784aa9080d.png)

在iphone6点击全屏或出现 sourceURl error,说是我打包的app.js文件错误,安卓正常运行