huilderx版本号为4.75
执行以下代码
const token = await thirdPartyStore.getThirdPartyToken()
if (token) uniMP.open(${item.path}?appkey=${token}
)
uniMP.open是一个封装好的方法,实际调用了openUniMP方法, 在android上能正常跳转到指定页面
在ios上会提示 [uni-app] /pages/voucherCenter/voucherCenter not found... __ERROR, 跳转不到指定页面
0 个回复