// #ifdef APP-PLUS
let all = plus.webview.all()
console.log(all)
// #endif
var pages = getCurrentPages();
console.log(pages)
- 发布:2020-07-07 20:34
- 更新:2022-10-18 11:30
- 阅读:1430
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows10
HBuilderX类型: 正式
HBuilderX版本号: 2.7.14
手机系统: Android
手机系统版本号: Android 10
手机厂商: 小米
手机机型: 红米note 7
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
App下载地址或H5⽹址: 3
示例代码:
操作步骤:
getCurrentPages()
getCurrentPages()
预期结果:
1
1
实际结果:
2
2
bug描述:
plus方法可以获取到 用getCurrentPages()直接报错 如图
5***@qq.com (作者)
改了 用这类吧
// #ifdef APP-PLUS
const currentWebview = this.$scope.$getAppWebview();
currentWebview.setTitleNViewButtonBadge({
index:0,
text:text
})
// #endif