交易规则完成

This commit is contained in:
Jerry Yan 2020-08-16 17:18:50 +08:00
parent 0fd9202d91
commit 2fef75a2c9

View File

@ -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({