fix: 市价加仓预览后无法执行滚仓

修复 embed 壳拦截 roll-form 提交,以及策略 tab 切换后未重新绑定顺势加仓脚本的问题。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-02 21:42:12 +08:00
parent bfa3352122
commit 9d9d0af31e
8 changed files with 275 additions and 243 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
{% include 'strategy_roll_panel.html' %}
<p class="rule-tip" style="margin-top:12px"><a href="/strategy/roll/docs" style="color:#8fc8ff">顺势加仓完整逻辑说明</a></p>
</div>
<script src="/static/strategy_roll.js?v=5"></script>
<script src="/static/strategy_roll.js?v=6"></script>
</body>
</html>