|
|
|
@ -196,7 +196,14 @@ x.fn = x.prototype = { |
|
|
|
reject(message); |
|
|
|
break; |
|
|
|
} |
|
|
|
if (config.toast !== false&&message&& code!=666) { |
|
|
|
|
|
|
|
if (config.toast !== false&&message&& this.url!=='https://sbga.sbdccoin.com/api/app/user/withdraw') { |
|
|
|
uni.showToast({ |
|
|
|
title: message, |
|
|
|
duration: 2000, |
|
|
|
icon: 'none' |
|
|
|
}); |
|
|
|
}else if(config.toast !== false&&message&&code!==666 && this.url=='https://sbga.sbdccoin.com/api/app/user/withdraw'){ |
|
|
|
uni.showToast({ |
|
|
|
title: message, |
|
|
|
duration: 2000, |
|
|
|
|