diff --git a/embed_templates/embed_boot_scripts.html b/embed_templates/embed_boot_scripts.html
index ead5c0d..f2251f0 100644
--- a/embed_templates/embed_boot_scripts.html
+++ b/embed_templates/embed_boot_scripts.html
@@ -889,6 +889,10 @@ function cancelExchangeTpsl(orderId, role){
function allowManualOrderSubmit(form){
form.dataset.rrOk = "1";
+ if(document.body && document.body.getAttribute("data-embed-shell") === "1" && window.InstanceEmbed && window.InstanceEmbed.postFormAndReload){
+ window.InstanceEmbed.postFormAndReload(form, "开仓提交中…");
+ return;
+ }
if(window.FormSubmitGuard){
if(FormSubmitGuard.isLocked(form)){
FormSubmitGuard.setSubmitLabel(form, "开仓提交中…");
diff --git a/embed_templates/embed_shell.html b/embed_templates/embed_shell.html
index 0977200..da7204d 100644
--- a/embed_templates/embed_shell.html
+++ b/embed_templates/embed_shell.html
@@ -115,6 +115,6 @@
{% include 'embed_boot_scripts.html' %}
-
+