diff --git a/src/uni_modules/wot-design-uni/components/wd-toast/index.ts b/src/uni_modules/wot-design-uni/components/wd-toast/index.ts
index 31f557ca..24452b44 100644
--- a/src/uni_modules/wot-design-uni/components/wd-toast/index.ts
+++ b/src/uni_modules/wot-design-uni/components/wd-toast/index.ts
@@ -78,15 +78,15 @@ export const getToastOptionKey = (selector: string) => {
export const toastIcon = {
success() {
- return ''
+ return ''
},
warning() {
- return ''
+ return ''
},
info() {
- return ''
+ return ''
},
error() {
- return ''
+ return ''
}
}