showTimeoutMsg static method

dynamic showTimeoutMsg()

接口请求超时调用这个提示

Implementation

static showTimeoutMsg() {
  showMessage('网络开小差');
}