随笔分类 -  微信小程序

uniapp 中获取微信小程序的原生导航栏高度
摘要:const custom = wx.getMenuButtonBoundingClientRect() // console.log(custom) that.yuansheng= custom.height + (custom.top - uni.getSystemInfoSync().statu 阅读全文

posted @ 2022-08-26 11:13 Just丶随心 编辑

微信小程序获取二维码参数
摘要:var scene = decodeURIComponent(options.scene) 阅读全文

posted @ 2019-04-02 10:17 Just丶随心 编辑

微信小程序分享朋友圈
摘要:现在安卓支持直接把小程序分享到朋友圈 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share-timeline.html 原理:canvas生成图片再保存到手机 JS onShow: function 阅读全文

posted @ 2019-02-14 16:21 Just丶随心 编辑

微信小程序上传图片
摘要:var that = this; wx.chooseImage({ count: 1, //最多可以选择的图片总数 sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album', 'camera'], // 可以指定来源是 阅读全文

posted @ 2019-01-25 16:53 Just丶随心 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示