Comparing version 1.5.8-201707121350 to 1.5.8-201707121416
@@ -319,3 +319,3 @@ export as namespace dd; | ||
// 显示浮层,请和hidePreloader配对使用 | ||
function showPreloader(options: { | ||
function showPreloader(options?: { | ||
text?: string; //loading显示的字符,空表示不显示文字 | ||
@@ -327,3 +327,3 @@ showIcon?: boolean; //是否显示icon,默认true | ||
function hidePreloader(options: { | ||
function hidePreloader(options?: { | ||
onSuccess?(result: {}): void; | ||
@@ -330,0 +330,0 @@ onFail?(err: any): void; |
{ | ||
"name": "ali-dd", | ||
"version": "1.5.8-201707121350", | ||
"version": "1.5.8-201707121416", | ||
"description": "dingtalk jsapi", | ||
@@ -5,0 +5,0 @@ "main": "dingtalk.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80429