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)
从鸿蒙跳转到小程序的某个详情页面,这个详情页面打击还能进入详情,然后点击返回不能回到上一个详情,直接回到了小程序首页,这个问题咋解决啊?
0 个回复