收藏
回答

跳转其他插件,微信电脑端不支持,手机端可以打开?

跳转插件,手机端可以打开,但是微信电脑端打不开,报错

const pluginUrl = `plugin://kdPlugin/index?pt=${pt}&phone=${phone}&env=${env}`;


uni.navigateTo({
	url: pluginUrl,
	fail: (err) => {
		console.error('快电插件跳转失败:', err);
		uni.showToast({
			title: '跳转失败,请重试',
			icon: 'none'
		});
	}
});




报错:

preloadSubpackages:success

APP-SERVICE-SDK:Page "plugin://wx01440835f1987e8b/index"is not found

routeDone with a webviewld 101 is not found


回答关注问题邀请回答
收藏

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    10-30
    有用
登录 后发表内容