交易规则完成
This commit is contained in:
parent
0fd9202d91
commit
2fef75a2c9
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user