mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
+3
-3
@@ -107,12 +107,12 @@ function* loadUI() {
|
||||
yield loadUIDataAsynchronously();
|
||||
hideLoadingScreen();
|
||||
}
|
||||
|
||||
var loader = loadUI();
|
||||
// 加载UI
|
||||
loadUI.next()
|
||||
loader.next()
|
||||
|
||||
// 卸载UI
|
||||
loadUI.next()
|
||||
loader.next()
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user