8000 更新mpvue生命周期 · sam9831/mpvue-imooc-ebook-docs@8033e5e · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8033e5e

Browse files
sam9831sam9831committed
更新mpvue生命周期
1 parent 274461d commit 8033e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/base_mpvue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ mpvue开发需要我们预先安装node.js环境,大家可以到node.js官网[
4242
## mpvue生命周期
4343

4444
### Vue生命周期
45-
![lifecycle](http://mpvue.com/assets/lifecycle.jpg)
45+
![lifecycle](https://www.youbaobao.xyz/mpvue-res/mpvue-lifecycle.jpg)
4646

4747
### 小程序生命周期
4848

4949
#### 小程序应用生命周期
5050
小程序应用生命周期官网介绍:[https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onLaunch-Object-object](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onLaunch-Object-object)
5151

5252
#### 小程序页面生命周期
53-
![lifecycle](https://res.wx.qq.com/wxdoc/dist/assets/img/page-lifecycle.2e646c86.png)
53+
![lifecycle](https://www.youbaobao.xyz/mpvue-res/wx-lifecycle.png)
5454
::: tip
5555
详细内容见官网文档:[https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/page-life-cycle.html](https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/page-life-cycle.html)
5656
:::

0 commit comments

Comments
 (0)
0