2019年11月27日

摘要: 在pages.json中配置代码如下: { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigat 阅读全文
posted @ 2019-11-27 22:23 0C° 阅读(2883) 评论(1) 推荐(1) 编辑
 
摘要: 一、搜索百度智能小程序,并使用百度账号登陆 填写相关资料进入审核阶段,审核成功即可进入百度小程序开发者后台。打开“智能小程序首页”-“设置”-“开发设置”, 查看百度小程序的 AppID 阅读全文
posted @ 2019-11-27 15:28 0C° 阅读(1314) 评论(0) 推荐(0) 编辑
 
摘要: 两种方式引入css文件,一种是直接在main.js中引入(也可以在其他的.vue文件中的<script></script>标签中),即下面这种写法: import 'element-ui/lib/theme-default/index.css' 这种写法适用于此css文件存在于项目中,不适用于通过网 阅读全文
posted @ 2019-11-27 13:08 0C° 阅读(28237) 评论(0) 推荐(2) 编辑
 
摘要: 在编写uni-app编写代码时,pc端获取数据正常,但是小程序端却出现以下的错误。 解决方法如下: 将相应的选项勾选 阅读全文
posted @ 2019-11-27 12:44 0C° 阅读(849) 评论(0) 推荐(0) 编辑