Authored by xuhongyun

build

... ... @@ -64,7 +64,7 @@ webpackJsonp([27],[
common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
}
}
... ...
... ... @@ -37,7 +37,7 @@ webpackJsonp([31],[
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
}
}
... ...
... ... @@ -37,7 +37,7 @@ webpackJsonp([32],[
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
}
}
... ...
... ... @@ -251,7 +251,7 @@ webpackJsonp([47],[
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
});
... ...