fix: myaccounts.ui icon click - fix event name, entire_url syntax, paths
This commit is contained in:
parent
8a3f1955d3
commit
1fddb96291
@ -32,7 +32,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{
|
{
|
||||||
"name":"detail",
|
"name":"detail",
|
||||||
"icon":"{{entire_url('imgs/accdetail.svg')}}",
|
"icon":"{{entire_url('/imgs/accdetail.svg')}}",
|
||||||
"tip":"查看账户明细"
|
"tip":"查看账户明细"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -80,15 +80,15 @@
|
|||||||
"params_kw":{
|
"params_kw":{
|
||||||
"accountid":"{{acc.id}}"
|
"accountid":"{{acc.id}}"
|
||||||
},
|
},
|
||||||
"url":"entire_url('/uniapy/recharge.ui')"
|
"url":"{{entire_url('/unipay/recharge.ui')}}"
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"recharge",
|
"event":"detail",
|
||||||
"actiontype":"urlwidget",
|
"actiontype":"urlwidget",
|
||||||
"target":"PopupWindow",
|
"target":"PopupWindow",
|
||||||
"popup_options":{
|
"popup_options":{
|
||||||
"icon":"{{entire_url('imgs/accdetail.svg')}}",
|
"icon":"{{entire_url('/imgs/accdetail.svg')}}",
|
||||||
"title":"明细",
|
"title":"明细",
|
||||||
{% if params_kw._is_mobile %}
|
{% if params_kw._is_mobile %}
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"params_kw":{
|
"params_kw":{
|
||||||
"accountid":"{{acc.id}}"
|
"accountid":"{{acc.id}}"
|
||||||
},
|
},
|
||||||
"url":"entire_url('accdetail.ui')"
|
"url":"{{entire_url('/accounting/accdetail.ui')}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user