摘要:
Uncaught Error: Element type is invalid: expected a string or a class/function but got: object. fixed: 把DOM节点写成函数或者组件再丢进去即可. 直接写dom常量的话就是一个对象,而我们需要的是一 阅读全文
摘要:
taro异步请求与列表渲染 客户端 import Taro, { useEffect, useState } from '@tarojs/taro'; import { View, Text } from '@tarojs/components'; export default function I 阅读全文