08 2022 档案

摘要:<template> <div ref="height" class="wrap"> <div class="tab"> <div @click="get(v)" :class="{ 'active': v num }" v-for="(i, v) in listtab" :key="v">{{ i 阅读全文
posted @ 2022-08-23 19:04 zjxgdq 阅读(13) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="wrap"> <div class="header" :class="{ 'active': headerScroll }"></div> <!-- :class="{'active' : headerScroll}" --> <h1>dfdfsdf</ 阅读全文
posted @ 2022-08-17 22:57 zjxgdq 阅读(24) 评论(0) 推荐(0) 编辑
摘要:import { View, Text, Button } from 'react-native' import React, {useContext,useEffect, useState,useReducer} from 'react' const My = () => { const init 阅读全文
posted @ 2022-08-17 15:42 zjxgdq 阅读(21) 评论(0) 推荐(0) 编辑
摘要:环境配置 https://www.bilibili.com/video/BV1f741127TE?is_story_h5=false&p=1&share_from=ugc&share_medium=android&share_plat=android&share_session_id=33944ae 阅读全文
posted @ 2022-08-08 19:00 zjxgdq 阅读(60) 评论(0) 推荐(0) 编辑
摘要:const base = clientWidth / 23.4375 htmlDom.style.fontSize = clientWidth < 1500 ? clientWidth < 500 ? htmlWidth / (clientWidth / base) + 'px' : htmlWid 阅读全文
posted @ 2022-08-06 21:18 zjxgdq 阅读(163) 评论(0) 推荐(0) 编辑
摘要:// function postarr (array:number[], size:number) { // const data = [] // for (let i = 0; i < array.length; i += size) { // data.push(array.slice(i, i 阅读全文
posted @ 2022-08-04 09:06 zjxgdq 阅读(12) 评论(0) 推荐(0) 编辑