init method

void init()

初始化状态

Implementation

void init() {
  initState();
  initData();
}