Appearance
是否能够前进
方法名
canGoForward
用法
示例
js
this.$refs.refLevenUtsWebview.canGoForward(res => {
console.log("canGoForward:" + JSON.stringify(res))
})参数说明
无
回调
示例
json
{
"data": {
"canGoForward": false
},
"message": "",
"code": 0
}回调说明
| 参数名 | 参数类型 | 参数描述 |
|---|---|---|
| message | String | 消息提示 |
| data | Object | 数据对象 |
| data.canGoForward | Boolean | 是否能够前进true:可以前进false:不能前进 |
| code | Integer | 返回类型,0.成功,其他:失败 |
