Skip to content

是否能够前进

方法名

canGoForward

用法

示例

js
this.$refs.refLevenUtsWebview.canGoForward(res => {
  console.log("canGoForward:" + JSON.stringify(res))
})

参数说明

回调

示例

json
{
  "data": {
    "canGoForward": false
  },
  "message": "",
  "code": 0
}

回调说明

参数名参数类型参数描述
messageString消息提示
dataObject数据对象
data.canGoForwardBoolean是否能够前进
true:可以前进
false:不能前进
codeInteger返回类型,0.成功,其他:失败