我也遇到了,请问解决了吗
"errMsg":"navigateTo:fail timeout"什么时候修复?API:Taro.navigateTo 微信开发者工具版本号:当前已是最新版本(1.06.2405020darwin-x64) 调试基础库:2.17.0 问题描述:调用Taro.navigateTo出现 WAServiceMainContext.js:2 Error: MiniProgramError {"errMsg":"navigateTo:fail timeout"} at Object.errorReport (WAServiceMainContext.js:2) at Function.thirdErrorReport (WAServiceMainContext.js:2) at Object.thirdErrorReport (WAServiceMainContext.js:2) at u (WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2) at Object.v [as cb] (WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2) at WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2 at Array.forEach (<anonymous>) at e.value (WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2) at t (WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2) at WASubContext.js?t=wechat&s=1722564417368&v=2.17.0:2(env: macOS,mp,1.06.2405020; lib: 2.17.0) 报错后就会卡住,运气好等待十几秒会过去,运气不好直接卡死页面。 这个问题好长时间了,请问什么时候可以修复?有没有临时解决方案?
2024-12-29兔小巢的插件,调用go方法后内部提示没有navigateTo方法呢
默认跳转后提示没找到 navigateTo 方法<script setup> import { reactive, getCurrentInstance, ref } from 'vue' import { onReady, onLoad, onUnload, onHide } from "@dcloudio/uni-app" const { proxy } = getCurrentInstance() let Tucao = requirePlugin('tucao').default; onLoad((option) => { let userInfo = uni.getStorageSync('userInfo'); console.log(userInfo) let userName = '' if (userInfo.image) { userName = userInfo.name } let userImage = '' if (userInfo.image_logo) { userImage = userInfo.image_logo } console.log('userInfo.value.openid') console.log(userInfo.openid) // 初始化并触发跳转,支持链式调用 Tucao.init(proxy, { productId: 我的产品ID, avatar: userImage, nickname: userName, openid: userInfo.openid }).go(); }) </script> 报错信息:Cannot read property 'navigateTo' of undefined
2024-07-10走success后还是没跳转到微信客服插件的页面
分包引入插件页面空白,但是回调是走success的<template> <view style="height: 100vh"> <chat bind:queryCallback="getQueryCallback" bind:openWebview="openWebview" bind:openMiniProgram="openMiniProgram" /> </view> </template> <script setup> import { reactive, getCurrentInstance, ref } from 'vue' import { onReady, onLoad, onUnload, onHide } from "@dcloudio/uni-app" let userInfo = ref({}) let plugin = requirePlugin("chatbot"); onLoad((option) => { userInfo.value = uni.getStorageSync('userInfo'); let userName = '' if (userInfo.value?.image) { userName = userInfo.value?.name } let userImage = '' if (userInfo.value?.image_logo) { userImage = userInfo.value?.image_logo } console.log('userInfo.value.openid') console.log(userInfo.value.openid) plugin.init({ appid: "我的ID", //微信对话开放平台小程序插件appid openid: userInfo.value.openid, // 小程序用户的openid,必填项 userHeader: userImage, // 用户头像,不传会弹出登录框 userName: userName, // 用户昵称,不传会弹出登录框 anonymous: false, // 是否允许匿名用户登录,版本1.2.9后生效, 默认为false,设为true时,未传递userName、userHeader两个字段时将弹出登录框 success: (res) => { console.log('res') console.log(res) }, //非必填 fail: (error) => { console.log('error') console.log(error) }, //非必填 }); }) </script> <style> [图片] </style>
2024-07-10现在的api获取用户头像真的很难用哇
wx.getUserProfile和wx.getUserInfo都不能获取用户昵称和头像,怎么解决?搞这么多接口一个有用的都没有,wx.getUserProfile和wx.getUserInfo都不能获取昵称和头像等用户信息,大家都是怎么解决的啊?
2023-12-13切换回原本发服务商和子商户发起支付则成功,切换新的并且查看openid是没有变化的但是新的发起支付会提示appid和openid不匹配
微信小程序服务商支付提示appid和openid不匹配原本用旧的服务商支付发起是成功的,现切换新的服务商更换新的子商户ID后发起支付提示openid和appid不匹配,不方便把支付数据截图,请大佬回复一下 [图片]
2023-05-18大佬请问解决了吗
canvasToTempFilePath返回的path地址开头 是wxfile,canvasToTempFilePath绘制图片到画布上,真机不显示,开发工具显示,相关域名都配置上了,打印看到的是地址返回不一样; 真机返回的是:wxfile://tmp_ef7d896c70dbbba1bedbb50c83f6ee1f.png 开发工具返回的是:"http://tmp/wxeec88be8ab307f36.o6zAJs3jHQ-GYaUX35iOhX45rqvA.HLGQBJZODyTK7e6afe93405e336a7ee85d72931f7efd.png" 所以真机不显示,不知道原因出在哪里
2022-08-18使用webview 打开就可以了 文档https://lbs.qq.com/webApi/component/componentGuide/componentPicker
用vue开发小程序,怎么使用腾讯位置服务的地图选点插件啊?一直报这个错,但我注册了的 [图片]
2021-07-31我也遇到了,是什么问题呢
ios调用createInnerAudioContext播放有延迟?ios版本是12.3.1,调用线上音频会有延迟,还有[图片]代码片段分享也是
2021-04-09同问,key上面已经配置好APPID了,小程序也开通了还是报错未注册
路线规划插件显示未注册Error: This application has not registered any plugins yet."[图片] 这是配置[图片] [图片]
2021-01-05大佬们,需要当天支付50W额度,该如何操作啊
微信支付问题?需要在平台一次性购买50万的商品,需要确定下微信支付的限额和相关问题,当天支付50w额度需要如何操作,用途在小程序购买商品.
2020-12-10