点我去Gitee
点我去Gitee

随笔分类 -  uniapp

摘要:uniapp page.json { "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/message/message", "style": 阅读全文
posted @ 2021-10-20 14:13 biuo 阅读(83) 评论(0) 推荐(0)
摘要:uniapp也有生命周期 一、前言 在写uniappAPP时,想要每次打开app都显示一段提示信息,因此了解到uniapp整个app的生命周期,特此做个笔记。 先贴个官网: 应用生命周期:https://uniapp.dcloud.io/collocation/frame/lifecycle?id= 阅读全文
posted @ 2021-10-19 15:48 biuo 阅读(469) 评论(0) 推荐(0)
摘要:下载iconfont到项目 零、前言 当我们做项目时,往往会需要用到一些小图标,而这些小图标,经常是去iconfont里找,下面简单介绍下如何把iconfont下载到自己的项目。 首先贴出iconfont官网网址: https://www.iconfont.cn/ 一、在普通项目的使用方法 1、打开 阅读全文
posted @ 2021-10-19 09:03 biuo 阅读(530) 评论(0) 推荐(0)
摘要:原文连接:https://blog.csdn.net/qq_44429079/article/details/114986278 uni-APP:实现前后端数据交互(登录案例) 上一个项目是用vue写的,然后这次采用了一样的写法(错误写法) methods: { login(){ let uid = 阅读全文
posted @ 2021-09-19 16:50 biuo 阅读(3264) 评论(0) 推荐(0)
摘要:uniapp中的扫码 1、安装uni库 使用 uni_modules 方式安装组件库,可以直接通过插件市场导入,通过右键菜单快速更新组件,不需要引用、注册,直接在页面中使用 uni-ui 组件。点击安装 uni-ui 组件库 2.扫码代码 qrHandle() { let that = this u 阅读全文
posted @ 2021-09-19 14:10 biuo 阅读(1789) 评论(0) 推荐(0)