微信小程序
阿清呀.
这个作者很懒,什么都没留下…
展开
-
微信小程序实现下拉刷新
本文将简单介绍如何实现微信小程序的下拉刷新将要使用的api:wx.showNavigationBarLoading(Object object)wx.showLoading(Object object)wx.hideLoading(Object object)wx.hideNavigationBarLoading(Object object)wx.stopPullDownRefresh(Object object) wx.request(Object object) //刷新转载 2020-12-21 08:43:04 · 566 阅读 · 0 评论 -
微信小程序基础学习笔记
一、微信小程序简介1、微信小程序,小程序的一种,英文名Wechat Mini Program,是一种不需要下载安装即可使用的应用,它实现了应用触手可及"的梦想,用户扫一扫或搜一下即可打开应用。2、微信小程序,之前叫应用号,2017年正式上线3、学习微信小程序之前,强烈建议先学习vue.js,学了之后再学超级快4、微信小程序优点:微信有海量用户,且粘性很高,在微信里开发产品更容易触达用户推广app或公众号的成本太高开发适配成本低容易小规模试错,然后快速迭代跨平台二、微信小程序环境..转载 2020-12-01 10:29:47 · 559 阅读 · 0 评论 -
JSON文件[“USINGCOMPONENTS“][“VAN-BUTTON“] 未找到
错误信息.json: [“usingComponents”][“van-button”] 未找到或者.json: [“usingComponents”][“van-button”]: “path/to/vant-weapp/dist/button/index” 未找到解决右击在外部命令行打开执行npm init一路回车确定npm install --production然后执行npm i vant-weapp -S --production -verbose点击菜单栏–》..转载 2020-12-01 10:28:01 · 3596 阅读 · 2 评论 -
如何在微信小程序开发中正确的使用vant ui组件
微信小程序终于可以支持npm导入第三方库了(https://developers.weixin.qq…),但是这种导入模式和使用模式有别于我们使用的npm调用。今天我按照有赞新出的vant小程序ui库来讲解如何导入npm资源。第一步:在小程序工程的根目录下执行:npm i vant-weapp -S --production第二步:保证当前你的微信开发者工具是最新版本,然后点击执行“构建npm“构建成功后会提示:同时项目根目录中会多出一个目录“miniprogram_npm”,这个就..转载 2020-12-01 10:26:36 · 454 阅读 · 0 评论 -
报错:Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and
文章首发观看更佳报错:Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selector官网给出的解释是:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/wxml-wxss.html组件样式组件对应 wxss 文件的样式,只对组.原创 2020-08-30 14:36:08 · 8166 阅读 · 0 评论