摘要: taro异步请求与列表渲染 客户端 import Taro, { useEffect, useState } from '@tarojs/taro'; import { View, Text } from '@tarojs/components'; export default function I 阅读全文
posted @ 2022-03-07 20:31 IslandZzzz 阅读(333) 评论(0) 推荐(0) 编辑
摘要: taro路由配置和跳转 路由传参 顶级组件App pages属性配置 谁在pages数组最上面,就默认打开谁 import Taro, { Component, Config } from '@tarojs/taro' import Index from './pages/index' import 阅读全文
posted @ 2022-03-07 20:29 IslandZzzz 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: taro 使用react hooks import Taro, { useState } from '@tarojs/taro' import { View, Text } from '@tarojs/components' import './index.less' const Child = ( 阅读全文
posted @ 2022-03-07 20:28 IslandZzzz 阅读(130) 评论(0) 推荐(0) 编辑