个人案例
- ruiruiLuck
切歌,换图,概率彩票数字组合。虽然很垃圾,但很好玩呢
你愿意跟我玩吗?来,摇一摇。扫码体验
域名是否绑定
正式版运营内容一直为空,导致审核不通过?1、体验版可以正常显示运营内容,但是发布到正式版,就无法获取运营内容,能否帮忙排查一下具体原因? 2、具体描述:我把体验版的后端服务也切换到生产环境是可以访问到数据的,为什么发布到正式版,同样是生产环境的服务端就无法获取数据呢? 3、我获取环境的方式如下: const accountInfo = wx.getAccountInfoSync() const env = accountInfo.miniProgram.envVersion const ServerConfig = { 'develop': { //开发版 FootRecordServerUrl: 'https://localhost:443' }, 'trial': { //体验版 FootRecordServerUrl: 'https://test.footrecord.com' }, 'release': { //正式版 FootRecordServerUrl: 'https://www.footrecord.com' } } const currentConfig = ServerConfig[env] module.exports = { ServerConfig: currentConfig }
2021-03-03谢邀,建议canvas画一个
ios有没有方法通过小程序上自定义按钮将海报一键分享到朋友圈呢?选择图片-点击自定义分享按钮-跳转朋友圈分享界面
2021-03-02小程序后台的域名加下 请求和下载的
图片在网页中可以打开显示,但是在小程序无法正常显示?图片在网页中可以打开显示,但是在小程序无法正常显示? 浏览器这一段请求头, img 的 src就可以正常访问了 ,但是小程序应该怎么做呢?[图片]
2021-02-25猜不出来
安卓手机小程序嵌套H5页面 上传照片为什么上传不成功呢?视频连接:http://www.55kad.com/dzbptgys/1.mp4 小程序嵌套H5页面 用的是H5上传图片 input type=file 上传的,小程序环境下,ios的可以正常上传,安卓的就不行(具体情况看视频连接,我上传图片成功正常是不跳页的,然后不知道怎么的就给我返回首页了,而且图片也没上传成功)。 在公众号下 安卓和ios都是正常的
2021-02-25小程序webView调用的是小程序的分享
web-view组件内嵌网页,updateAppMessageShareData无法执行?[图片] 如图,在web-view搭载的网页中,使用公众号的appid,调用wx.updateAppMessageShareData无法执行? 但是在其他地方调用扫码却是可以的?是小程序内置浏览器的问题吗? let res = await this.$axios.post(this.$api.getJsSdkSign, { url: window.systemVersion.BASEURL_CLOUD + "/assembly/" // location.href.split("#")[0] }); wx.config({ debug: true, appId: "", // 此处省略appid............ timestamp: res.timestamp, nonceStr: res.nonceStr, signature: res.signature, jsApiList: ["checkJsApi", "scanQRCode", "updateAppMessageShareData"] }); wx.ready(function() { wx.checkJsApi({ jsApiList: ["updateAppMessageShareData"], success: function(res) { console.log(res); } }); wx.updateAppMessageShareData({ title: "添加员工", desc: "30分钟有效", link: `https://${window.systemVersion.host}/assembly/#/index/staffManage/addStaff`, imgUrl: "../../../assets/mini/mini-introduction-bg.png", success: function() { // 设置成功 } }); });
2021-02-25怎么异常法呢
wx-open-launch-weapp在vue中使用,IOS端正常,安卓端异常?<template> <div class="wx-link"> <!--id="launch-btn"--> <wx-open-launch-weapp :id="pagePath" :username="username" :path="pagePath" > <script type="text/wxtag-template"> <style> .btn { line-height: 1.499; position: relative; display: inline-block; font-weight: 400; white-space: nowrap; text-align: center; background-image: none; border: 1px solid #d9d9d9; -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015); box-shadow: 0 2px 0 rgba(0,0,0,0.015); cursor: pointer; -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1); transition: all .3s cubic-bezier(.645, .045, .355, 1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: manipulation; touch-action: manipulation; width: 750px; height: 300px; font-size: 14px; border-radius: 4px; color: rgba(0,0,0,0.65); background-color: #007aff; } </style> <button class="btn"></button> </script> </wx-open-launch-weapp> </div> </template> <script> export default { name: "index", props: { username: { default: '', type: String }, pagePath: { default: 'pages/index/index.html', type: String } }, mounted () { let btn = document.getElementById(this.pagePath); btn.addEventListener('launch', function (e) { alert('success') console.log('success'); }); btn.addEventListener('error', function (e) { alert('fail' + e.detail) console.log('fail', e.detail); }); } } </script> <style lang="less" scoped> .wx-link{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; background-color: #999999; max-width: 100vw; /*overflow: hidden;*/ } </style>
2021-02-24小程序内嵌h5又不是微信内置浏览器,获取的环境判断直接就阻断了
小程序里嵌套H5 提示请使用微信打开此链接,怎么解决?小程序里嵌套H5 提示请使用微信打开此链接,怎么解决?我们链接的是微信官方的红包封面领取链接,按理是不需要业务域名授权的; 小程序嵌套的链接已经是在微信环境下了,怎么提示这个呢?
2021-02-07域名对吗包括请求 下载 业务等
代码上传审核会出现白屏现象,运行到微信开发工具却是正常的。求大佬分享下经验,会是哪里的问题?[图片][图片]
2021-02-05如果只在手机微信浏览器使用 通过 开放标签wx-open-launch-weapp就可以了如果要做到外部浏览器就需要使用scheme url
微信浏览器打开的普通H5网页可以直接跳转小程序吗?使用微信浏览器打开我们自己的H5网页,是否可以点击跳转直接打开小程序。
2021-02-05手机开启流量打开,不要连无线,看看你的图片是否正常
小程序真机调试时https的图片不显示,编辑器显示正常编辑器https图片显示正常,但是真机调试就不可以.地址是用的公司的内网地址,binderror 提示是404 (Not Found) 但是这个路径复制到浏览器中是可以下载的,请问这是什么问题? [图片] [图片]
2021-02-05