From 2fef75a2c96a6c82ebb22cf70a194e3252b355f8 Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Sun, 16 Aug 2020 17:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=98=93=E8=A7=84=E5=88=99=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/trade_rule.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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({