pu369com

2020年3月19日

[小程序]-使用Weui-wxss入门-进行图片上传的例子

摘要: 注意:由于微信小程序不支持dom操作,所以weui.js并不适用于小程序。不过WeUI也为小程序开发了另外的版本 小程序版weui下载地址:https://github.com/Tencent/weui-wxss 由于在蔷内,从https://gitee.com/ekber/weui-wxss/re 阅读全文

posted @ 2020-03-19 18:47 pu369com 阅读(1239) 评论(0) 推荐(0) 编辑

promise、async和await之执行顺序的那点事

摘要: 首先在控制台测试以下代码 async function async1(){ console.log('2: async1 start') await async2() console.log('6: async1 end') } async function async2(){ console.lo 阅读全文

posted @ 2020-03-19 12:10 pu369com 阅读(550) 评论(0) 推荐(0) 编辑

微信小程序开发工具中云函数开启本地调试

摘要: 在开发者工具中,开启云函数本地调试时提示错误: npm modules 未安装 需要到相应云函数目录下:npm install 然后在云函数本地调试面板中, 手动触发-模拟从小程序端调用-输入相应的参数, 就可以本地测试云函数了。 参考:https://developers.weixin.qq.co 阅读全文

posted @ 2020-03-19 10:19 pu369com 阅读(3053) 评论(0) 推荐(0) 编辑

导航