摘要:const custom = wx.getMenuButtonBoundingClientRect() // console.log(custom) that.yuansheng= custom.height + (custom.top - uni.getSystemInfoSync().statu
阅读全文
摘要:var scene = decodeURIComponent(options.scene)
阅读全文
摘要:现在安卓支持直接把小程序分享到朋友圈 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share-timeline.html 原理:canvas生成图片再保存到手机 JS onShow: function
阅读全文
摘要:var that = this; wx.chooseImage({ count: 1, //最多可以选择的图片总数 sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album', 'camera'], // 可以指定来源是
阅读全文