提交 a731b572 编写于 作者: DCloud_JSON's avatar DCloud_JSON 提交者: Gitee

update docs/api/system/network.md.

补充uni.offNetworkStatusChange的用法示例
上级 b6ef27c6
......@@ -66,4 +66,13 @@ uni.onNetworkStatusChange(function (res) {
|HBuilderX 3.0.1+|HBuilderX 3.0.1+|基础库 2.9.3+|x|x|x|x|
**Tips**
- `CALLBACK`为调用`uni.onNetworkStatusChange`时传入的`CALLBACK`
- `CALLBACK`必须为调用`uni.onNetworkStatusChange`时传入的`CALLBACK`
例如:
```
var CALLBACK = function(res) {
// ...这里写你的业务逻辑
}
uni.offNetworkStatusChange(CALLBACK)
uni.onNetworkStatusChange(CALLBACK);
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册