TuringZhu

Results 14 issues of TuringZhu

### 相关平台 微信小程序 ### 复现仓库 [https://gitlab.com/Turing7/mini_app_tmpl_taro_react.git](https://gitlab.com/Turing7/mini_app_tmpl_taro_react.git) **小程序基础库: 3.5.2** **使用框架: React** ### 复现步骤 在windows上执行 taro init PROJECT_NAME ,选择 react,npm,sass,github,taro-ui 参数. 然后编译并在微信开发者工具中预览 ### 期望结果 出现Hello World等示例代码 ### 实际结果 微信开发者工具中标题为首页,页面空白, 控制台报错 ### 环境信息...

F-react
T-weapp
V-4

### 这个功能解决了什么问题? 比如我有个 Form表单对象格式如下: { "user": { "age": number, "nickname": string }, location: string } 那么我应该如何在Form.Item的name上关联 user.age这个字段 ### 你期望的组件设计是怎样的? 类似antDesign: https://ant.design/components/form-cn#form-demo-nest-messages 那种用数组 或者是 "user.nickname" 用 "." 隔开的格式

Hello, I a beginner gobot & raspberry pi. Now I use [examples/raspi_grove_pi_ultrasonic.go](https://github.com/hybridgroup/gobot/blob/release/examples/raspi_grove_pi_ultrasonic.go) to check with Raspberry Pi Model B and ultrasonic model with HC-SR04. I have some problems can not...

question

### NutUI React 包名 @nutui/nutui-react ### NutUI React 版本号 2.6.14 ### 平台 h5, weapp ### 重现链接 https://codesandbox.io/p/devbox/dawn-tree-6s2z45 ### 重现步骤 示例代码 ``` import {View} from "@tarojs/components"; import "./index.scss" import {Cell, Form,...