07 2023 档案

摘要:index.tsx import { useEffect, useRef, useState } from 'react'; import './index.less'; import { membersList, messageList } from '@/services/info/info-a 阅读全文
posted @ 2023-07-17 16:33 zjxgdq 阅读(18) 评论(0) 推荐(0) 编辑
摘要:tool.js文件 export function deBounce(func, wait) { let timeOut = null; return function (...args) { clearTimeout(timeOut);//一定要清除定时器 timeOut = setTimeout 阅读全文
posted @ 2023-07-13 10:58 zjxgdq 阅读(5) 评论(0) 推荐(0) 编辑
摘要:// import { useEffect, useState } from "react"; // export default function ceshi() { // const [value,setValue] = useState(2); // const [data,setData] 阅读全文
posted @ 2023-07-10 19:23 zjxgdq 阅读(15) 评论(0) 推荐(0) 编辑
摘要:import React, { useState } from 'react' import QRCode from 'qrcode' export default function ceshi() { const [image,setImage] =useState(); const handle 阅读全文
posted @ 2023-07-03 16:24 zjxgdq 阅读(24) 评论(0) 推荐(0) 编辑