showError static method
显示全局错误提示
message 错误内容
用法示例
PPAlert.showError("数据提交失败");
Implementation
static void showError(String message) {
EasyLoading.showError(message);
}
显示全局错误提示
message 错误内容
PPAlert.showError("数据提交失败");
static void showError(String message) {
EasyLoading.showError(message);
}