你好,有结果了吗
企业微信安卓端,内置浏览器的退回键为什么跟IOS端效果不一样,怎么实现IOS端的效果?在IOS端通过自建应用进入的网页,从A页面到B页面,点击标题栏的< 按钮是退回到A页面 在安卓端点< 按钮为什么是退出应用,应该如何实现像IOS端的效果
04-25你好,问题解决了吗,我现在也遇到这个问题了
企业微信跳转小程序报错launchMiniprogram:fail_nopermission[图片]首先已经成功调用agentConfig,但是执行这段代码依然报错:[图片]
2023-12-26你好,请问解决了吗,我也遇到了这个问题
Unknown custom element: <wx-open-launch-app>https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html 报错信息如下: webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:620 [Vue warn]: Unknown custom element: <wx-open-launch-app> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 我的代码配置如下: wx.config({ debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: res.result.appId, // 必填,公众号的唯一标识 timestamp: res.result.timestamp, // 必填,生成签名的时间戳 nonceStr: res.result.nonceStr, // 必填,生成签名的随机串 signature: res.result.signature, // 必填,签名 jsApiList: ["updateAppMessageShareData", "updateTimelineShareData"], // 必填,需要使用的JS接口列表 openTagList: ["wx-open-launch-app"], // 可选,需要使用的开放标签列表,例如['wx-open-launch-app'] }); wx.ready(function() {});
2021-05-24