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 0264e62d..31f557ca 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 '成功Created with Sketch.' + return '' }, warning() { - return '警告Created with Sketch. ' + return '' }, info() { - return '常规Created with Sketch.' + return '' }, error() { - return 'toastCreated with Sketch. ' + return '' } }