diff --git a/js/trade_rule.js b/js/trade_rule.js index 71e1bad..4cb4b9c 100644 --- a/js/trade_rule.js +++ b/js/trade_rule.js @@ -11,8 +11,10 @@ const app = new Vue({ }, methods: { detail(index){ - console.log(this.ruleData[index]) - // some jump + JZL.openWindow('trade_rule_detail.html', 'trade_rule_detail.html', { + ruleId: this.ruleData[index].id, + parentData: this.ruleData[index], + }) }, loadData(){ $.ajax({