版本3.15.2 appid wxfd51df3602d47b67
商家自营类目已经删除了 还是限制跳转
selectService(service) {
if (service.appId) {
uni.showModal({
title: '提示',
content: `即将跳转至「${service.name}」缴费小程序,是否继续?`,
success: (res) => {
if (res.confirm) {
uni.navigateToMiniProgram({
appId: service.appId,
path: service.pagePath,
success: () => {
console.log('跳转小程序成功')
},
fail: (err) => {
console.error('跳转小程序失败', err)
uni.showToast({
title: '跳转失败',
icon: 'none'
})
}
})
}
}
})
} else {
uni.showToast({
title: `正在跳转至「${service.name}」缴费小程序...`,
icon: 'none',
duration: 2000
})
}
}
}

你好,如需获取营销功能需满足《实物交易类小程序跳转规范》https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=11759149720nm9hx&version=1&lang=zh_CN&platform=2文档中的任意一个条件提交申请,具体需以审核结果为准。
申请路径:请登录小程序管理后台(https://mp.weixin.qq.com/),在「账号设置-服务类目-详情」选择任意商家自营类目或电商平台类目,根据提示发起获取小程序营销功能的申请。
Error: jump miniprogram banded
life-payment.vue:137 跳转小程序失败 {errMsg: "navigateToMiniProgram:fail jump miniprogram banded"}