...
|
...
|
@@ -67,7 +67,9 @@ $consultForm.on('submit', function() { |
|
|
loading.hideLoadingMask();
|
|
|
} else {
|
|
|
tip.show('提交成功~');
|
|
|
setTimeout(window.history.go(-1), 3000);
|
|
|
setTimeout(function() {
|
|
|
window.history.go(-1);
|
|
|
}, 3000);
|
|
|
}
|
|
|
}).fail(function() {
|
|
|
tip.show('网络出了点问题~');
|
...
|
...
|
|