下大雨
下大雨
  • 发布:2024-12-25 14:51
  • 更新:2025-01-19 00:01
  • 阅读:15

【报Bug】plus.runtime.arguments在ios中获取不到最新的参数,清空也无效,plus.runtime.launcher获取的一直是default

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 10.15.7

HBuilderX类型: 正式

HBuilderX版本号: 4.36

手机系统: iOS

手机系统版本号: iOS 17

手机厂商: 苹果

手机机型: iphone 15

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

onShow: function() {
console.log('App Show')
uni.setKeepScreenOn({
keepScreenOn: true
})
plus.runtime.setBadgeNumber(0);
setTimeout(function() {
console.log("plus.runtime.arguments》》》》》》》》》》》》》》》》》》》》》》", plus.runtime.arguments)
console.log("plus.runtime.launcher", plus.runtime.launcher)
}, 200)

    },  

onHide: function() {
console.log('App Hide')
plus.runtime.arguments = null
console.log("清空成功")
console.log("cData>>》》》》》》》》》》》》》》》》》》》》》》", plus.runtime.arguments)
},

预期结果:

在onShow中plus.runtime.arguments在ios中获取到最新的结果

实际结果:

获取的一直是 {"name":"","query":"","id":0,"pathName":"pages/index/index"}

bug描述:

在ios中plus.runtime.arguments在ios中获取不到最新的参数,清空也无效,plus.runtime.launcher获取的一直是default,安卓中正常,查看社区通过延时获取,清空plus.runtime.arguments,清除condition等方式都无效,ios中依然获取不到从微信h5跳转过来携带的参数

2024-12-25 14:51 负责人:无 分享
已邀请:
w***@qq.com

w***@qq.com

遇到一样的问题

要回复问题请先登录注册