2019年7月11日

摘要: //修改头像 // getImage() { // var that = this // wx.chooseImage({ // count: 1, // sizeType: ['original', 'compressed'], // sourceType: ['album', 'camera'] 阅读全文
posted @ 2019-07-11 14:02 0C° 阅读(154) 评论(0) 推荐(0) 编辑
 
摘要: 写法一: //点击保存图片 save() { let that = this //若二维码未加载完毕,加个动画提高用户体验 wx.showToast({ icon: 'loading', title: '正在保存图片', duration: 1000 }) //判断用户是否授权"保存到相册" wx. 阅读全文
posted @ 2019-07-11 11:15 0C° 阅读(234) 评论(0) 推荐(0) 编辑
 
摘要: 史上最全的微信小程序源码模版开发大全 http://www.chaixiao.com/archives/2104 6个最优秀的微信小程序UI组件库 https://www.jianshu.com/p/4182f4a18cb6 阅读全文
posted @ 2019-07-11 10:56 0C° 阅读(91) 评论(0) 推荐(0) 编辑