2023年2月3日

摘要: import { extend } from 'umi-request';import router from 'umi/router';import { message } from 'antd';import { invokeBucLogin } from '@/utils/utils'; me 阅读全文
posted @ 2023-02-03 14:07 波妞lan 阅读(25) 评论(0) 推荐(0) 编辑
 
摘要: <view class="tree"> <block a:for="{{datas}}" a:key="index"> <view class="tree-item"> <label class="tree-item-left"> <am-checkbox ctrlChecked="{{item.c 阅读全文
posted @ 2023-02-03 14:06 波妞lan 阅读(34) 评论(0) 推荐(0) 编辑
 
摘要: <view class="tree_Box"> <!-- 有多个 --> <view class="tree" a:for="{{datas}}" a:key="{{item.id}}"> <view class="tree_childern_item" a:if="{{item.children. 阅读全文
posted @ 2023-02-03 14:04 波妞lan 阅读(15) 评论(0) 推荐(0) 编辑

2022年3月24日

摘要: import React, { useState } from 'react'; import { PageContainer } from '@ant-design/pro-layout'; import { Card, Alert, Typography } from 'antd'; impor 阅读全文
posted @ 2022-03-24 14:27 波妞lan 阅读(170) 评论(0) 推荐(0) 编辑
 
摘要: 自己封装 阅读全文
posted @ 2022-03-24 11:39 波妞lan 阅读(46) 评论(0) 推荐(0) 编辑
 
摘要: //rpx与px单位相互换算 rpx(responsive pixel)可以根据屏幕宽度进行自适应,rpx规定屏幕宽为 750rpx。以 Apple iPhone6 为例,屏幕宽度为 375px,规定共有 750 个物理像素,则 750rpx = 375px = 750 物理像素,1rpx = 0. 阅读全文
posted @ 2022-03-24 11:23 波妞lan 阅读(898) 评论(0) 推荐(0) 编辑
 
摘要: https://opendocs.alipay.com/support/01rb6o 红任务微任务:https://zhuanlan.zhihu.com/p/257069622,https://www.jianshu.com/p/7d0a1c1b3853 js 是单线程执行的,js中的任务按顺序一个 阅读全文
posted @ 2022-03-24 11:21 波妞lan 阅读(234) 评论(0) 推荐(0) 编辑

2021年1月15日

摘要: 1.每次添加新图片打包之前要编译下,否则打包后的apk不显示图片 react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/ 阅读全文
posted @ 2021-01-15 15:21 波妞lan 阅读(139) 评论(0) 推荐(0) 编辑
 
摘要: 措施: 删除别的多余的App包 阅读全文
posted @ 2021-01-15 15:11 波妞lan 阅读(87) 评论(0) 推荐(0) 编辑

2020年12月11日

摘要: 类似react rn 导航方式。组件导航 1,RaisedButton按钮组件 它有两个最基本的属性: child:可以放入容器,图标,文字。让你构建多彩的按钮。 onPressed:点击事件的相应,一般会调用Navigator组件。 import 'package:flutter/material 阅读全文
posted @ 2020-12-11 16:11 波妞lan 阅读(113) 评论(0) 推荐(0) 编辑