最时光
最时光
  • 发布:2025-03-26 18:41
  • 更新:2025-03-26 18:41
  • 阅读:134

鸿蒙通过wgt包打开某个详情页面,返回出现问题

分类:uni小程序sdk

let config: IOpenUniMPConfig = {
showCapsuleButton: false,
redirectPath: path,
arguments: {
platform: 19,
osType: 3,
quitFlg: '1',
trackPath: mPageName,
token: mUserInfo?.token,
userName: mUserInfo?.userName,
sourceNo: '',
areaCode: mMapInfo ? mMapInfo.cityCode : '101',
statusBarHeight: this.statusBarHeight,
adGroupId: '',
oaid: '',
redirectPath: path
}
}
// const mp = openUniMP('UNIA04D320')
// const mp = openUniMP('UNIEB84FEE')
this.currentUniMP = openUniMP('UNIEB80FEE', config)

从鸿蒙跳转到小程序的某个详情页面,这个详情页面打击还能进入详情,然后点击返回不能回到上一个详情,直接回到了小程序首页,这个问题咋解决啊?

2025-03-26 18:41 负责人:无 分享
已邀请:

要回复问题请先登录注册