u
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = function showToast({type, icon, image, title, duration}){
|
||||
}else {
|
||||
// #ifndef APP-PLUS
|
||||
if (!image){
|
||||
image = `../static/Common.${type}.png`
|
||||
image = `../static/Common.${type?type:'info'}.png`
|
||||
}
|
||||
uni.showToast({icon, image, title, duration})
|
||||
// #endif
|
||||
|
||||
Reference in New Issue
Block a user