那请问手机浏览器端是如何跳转到其它小程序呢?尝试输入目标小程序的appid就会报错
cloud.openapi.urlscheme.generate({jumpWxa.. 跳转疑问你的小程序信息 小程序 AppID:填入你的小程序 AppID 云开发环境 ID:填入你的开通了静态网站托管的云开发环境 ID 想要拉取的小程序信息 小程序原始账号 ID:填入要跳转的小程序原始账号 ID(gh_ 开头) 小程序页面路径:填入要跳转到的小程序的页面路径 小程序名称:填入要跳转到的小程序名称 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.html urlscheme获取函数是不是没有参数可指明跳转小程序appid或原始ID?静态页面的函数cloud.openapi.urlscheme.generate({jumpWxa..参数未指明?微信端可以通过原始ID实现跳转,那请问网页端是如何跳转到其它小程序呢? 后续: 已成功实现跳转,是在脚本中指明跳转目标小程序的appid和云开发环境id。这么说,想跳转谁家小程序,就需要目标小程序已开通云开发啦? var c = new cloud.Cloud({ // 必填,表示是未登录模式 identityless: true, // 资源方 AppID resourceAppid: '小程序 AppID', // <!-- replace --> // 资源方环境 ID resourceEnv: '云开发环境 ID', // <!-- replace --> }) await c.init()
2022-05-12减了少量dom,小程序已正常。
部分页面白屏?调试提示Dom limit exceeded小程序最近发布时间为2021.8.24日,昨天下午开始,部分页面(商品详情页)页面完成加载正确打开后又全部消失(除标题外,白屏),调试提示Dom limit exceeded,please check if there's any mistake you've made,能提供点线索吗?(其它页面正常) APPIDwx68d277e00dcc6857 微信8.0.12 iOS14.4.2
2021-09-07小程序最近发布时间为2021.8.24日,昨天下午开始,部分页面(商品详情页)页面完成加载正确打开后又全部消失(除标题外,白屏),调试提示Dom limit exceeded,please check if there's any mistake you've made,能提供点线索吗?(其它页面正常) APPIDwx68d277e00dcc6857 微信8.0.12 iOS14.4.2
小程序问题 Dom limit exceeded ?一共有两个问题。 1.页面在加载list 时或者快速上划获取更多数据是报错:Dom limit exceeded, please check if there's any mistake you've made 2.wx.login 报错 code been used,hints [图片] [图片] 上述2个问题出现机型:iphone 6s ,iphone 7p 请尽快解决! 代码片段:https://developers.weixin.qq.com/s/nqTH6Pmp7yjf
2021-09-06