- 微信公众号菜单进入页面显示为空白页面?急急急
公司客户手机上复现的(公众号为北京润治科技,设备华为mate30保时捷版,微信版本8.0.7,系统为鸿蒙系统),自测发现ios,安卓没有问题,客户反馈其他华为手机,而且同样为鸿蒙系统,可以正常操作。最开始以为微信浏览器缓存的问题,清理后没有效果。求官方大大指条明路 [图片],进后为空白[图片]
2021-07-06 - wx.requestSubscribeMessage:tmplIds和TEMPLATE_IDd?
这个两个id是同一个东西吗?比如我调用接口传入的是edafCVvzPkK4de2Rllr1fFpw2A_x0oXE,返回值里也是edafCVvzPkK4de2Rllr1fFpw2A_x0oXE吗? [图片]
2021-06-30 - 使用web-view分享页面后点击链接不能跳转到分享页面,只能跳转到首页,急急急
//index.js //index.js //获取应用实例 const app = getApp() Page({ data: { url:"" }, onShareAppMessage(options) { //options.webViewUrl 可获得当前url console.log('/pages/index/index?url=' + encodeURIComponent(options.webViewUrl)); var shareurl = '/pages/index/index?url=' + encodeURIComponent(options.webViewUrl); return { title: '分享的title', imageUrl: '分享截图自定义', path: '/pages/index/index?url=' + encodeURIComponent(options.webViewUrl), success: function (res) { // 转发成功 console.log(res) wx.showToast({ title: '分享成功', icon: 'success', duration: 2000 }) }, fail: function (res) { // 转发失败 wx.showToast({ title: '分享失败', icon: 'fail', duration: 2000 }) } } }, onLoad: function (options) { var that= this if (typeof (options.url) != "undefined") { that.setData({ url: decodeURIComponent(options.url) }) } else { that.setData({url: "https://www.mdj2001.com" }); return; } } }) // wxml <web-view src="{{url}}">web-view> 附图:1 [图片]这个里面的options.url始终是undefind.... 不知道代码哪里出了错,求官方爸爸解答,我看好多帖子都是同样的问题,是不是bug,
2018-04-19 - 微信开发者工具编辑窗口
[图片] 编辑的的窗口怎么拉高点,拉也拉不动,右上角的三小点也点不了
2017-04-16