交易规则完成
This commit is contained in:
parent
0fd9202d91
commit
2fef75a2c9
@ -11,8 +11,10 @@ const app = new Vue({
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
detail(index){
|
detail(index){
|
||||||
console.log(this.ruleData[index])
|
JZL.openWindow('trade_rule_detail.html', 'trade_rule_detail.html', {
|
||||||
// some jump
|
ruleId: this.ruleData[index].id,
|
||||||
|
parentData: this.ruleData[index],
|
||||||
|
})
|
||||||
},
|
},
|
||||||
loadData(){
|
loadData(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user