交易规则完成

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