|
@@ -107,9 +107,9 @@ function doConnectDirectives() {
|
|
|
|
|
|
if (result.type === 'cutting') {
|
|
if (result.type === 'cutting') {
|
|
if (result.data.status === 0) {
|
|
if (result.data.status === 0) {
|
|
- $.toast('复制成功', 'text', 1000);
|
|
|
|
|
|
+ $.toast('复制成功', 'text');
|
|
} else {
|
|
} else {
|
|
- $.toast(result.msg, 'text', 1000);
|
|
|
|
|
|
+ $.toast(result.msg, 'text');
|
|
}
|
|
}
|
|
return;
|
|
return;
|
|
}
|
|
}
|