06 2021 档案

摘要:uniapp 生命周期(onLoad跟onLoadonShow的区别) 一、uniapp生命周期分两种 : 1、应用生命周期:仅可在App.vue中监听,在其它页面监听无效。 2、页面生命周期:仅在page页面中监听,而单独封装的组件中【页面周期无效】,但是Vue的生命周期依然有效 【Vue的生命周 阅读全文
posted @ 2021-06-28 15:34 鼓舞飞扬 阅读(3255) 评论(0) 推荐(0) 编辑
摘要:1 uni.scanCode({ 2 success: res => { 3 this.$http({ 4 url: '/checkin/scanSign', 5 data: { 6 codeInfo: res.result 7 }, 8 method: 'GET', 9 header: { 10 阅读全文
posted @ 2021-06-26 12:48 鼓舞飞扬 阅读(893) 评论(0) 推荐(0) 编辑
摘要:uni-app连接安卓真机,发现接口调不通,打开Hbuilder下方的调试。可查看失败原因:如下图 解决方法:电脑变热点,手机连这个热点,就能解决手机和pc在同一局域网。具体操作,参照以下网站: https://zhidao.baidu.com/question/211572191640118554 阅读全文
posted @ 2021-06-25 16:15 鼓舞飞扬 阅读(2837) 评论(0) 推荐(0) 编辑
摘要:最近项目中使用非对称加密JSEncrypt。 uni-app中先安装第三方npm包jsencrypt util文件夹下新建一个jsencrypt.js文件 1 import JSEncrypt from 'jsencrypt/bin/jsencrypt.min' // 引入非对称 RSA 加密工具 阅读全文
posted @ 2021-06-24 10:48 鼓舞飞扬 阅读(2573) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/huihuihero/p/13183031.html 阅读全文
posted @ 2021-06-22 15:51 鼓舞飞扬 阅读(434) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1jy4y1B7pw?p=159&spm_id_from=pageDriver 阅读全文
posted @ 2021-06-22 11:18 鼓舞飞扬 阅读(473) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1jy4y1B7pw?p=140&spm_id_from=pageDriver uniapp封装request,设置请求头与token,前端判断token过期: https://blog.csdn.net/mmwanwen/artic 阅读全文
posted @ 2021-06-22 09:53 鼓舞飞扬 阅读(3568) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1BJ411W7pX?p=32 具体使用:https://blog.csdn.net/weixin_44763569/article/details/107267124 1)封装前的接口写法 2)封装后的写法 async, await 阅读全文
posted @ 2021-06-21 16:11 鼓舞飞扬 阅读(225) 评论(0) 推荐(0) 编辑
摘要:1 <template> 2 <view class="logo-wrapper"> 3 <view class="logo-img"> 4 <image src="../../static/images/logo-login.png" mode="widthFix" /> 5 </view> 6 阅读全文
posted @ 2021-06-18 11:33 鼓舞飞扬 阅读(116) 评论(0) 推荐(0) 编辑
摘要:@font-face { font-family: "iconfont"; /* Project id 2566540 */ src: url('~@/static/fonts/iconfont.woff2?t=1622012220990') format('woff2'), url('~@/sta 阅读全文
posted @ 2021-06-18 11:01 鼓舞飞扬 阅读(58) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/bubbling_coding/article/details/81561362 阅读全文
posted @ 2021-06-18 08:54 鼓舞飞扬 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-14 18:14 鼓舞飞扬 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-12 17:57 鼓舞飞扬 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-12 17:11 鼓舞飞扬 阅读(98) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1WJ41197sD?p=49 阅读全文
posted @ 2021-06-11 12:43 鼓舞飞扬 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-03 16:45 鼓舞飞扬 阅读(864) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1WJ41197sD/?spm_id_from=333.788.recommend_more_video.0 阅读全文
posted @ 2021-06-02 09:04 鼓舞飞扬 阅读(244) 评论(0) 推荐(0) 编辑
摘要:1、打包到安卓 https://www.bilibili.com/video/BV1BJ411W7pX?p=56 2、打包到IOS https://www.jianshu.com/p/ef6e6e0125b3 阅读全文
posted @ 2021-06-02 08:52 鼓舞飞扬 阅读(248) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示