# getElderMode ^8.6

是否为老人模式

# 请求参数

N/A

# 接口调用示例getElderMode



this.$bridge
  .getElderMode()
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })
1
2
3
4
5
6
7
8
9
10

# 返回参数

  • 成功时返回 Object res
Prop Type Value
code Number 0
msg String success
enable String 0 是正常模式,1 是老人模式
更新时间: 4/7/2022, 4:03:46 PM