diff --git a/json/payment_log.json b/json/payment_log.json index 776d526..a4a4f2c 100644 --- a/json/payment_log.json +++ b/json/payment_log.json @@ -3,9 +3,9 @@ "title": "充值记录", "params": { "sortby": "init_timestamp desc", + "logined_userorgid": "customerid", "browserfields": { "exclouded": ["id"], - "logined_userorgid":"customerid", "alters": { } }, @@ -22,23 +22,25 @@ ] }, "binds":[ - "wid":"self", - "event":"refund", - "actiontype":"urlwidget", - "target":"PopupWindow", - "popup_options":{ + { + "wid":"self", + "event":"refund", + "actiontype":"urlwidget", + "target":"PopupWindow", + "popup_options":{ {% if params_kw._is_mobile %} - "width":"100%", - "height":"90%", + "width":"100%", + "height":"90%", {% else %} - "width": "40%", - "height":"80%", + "width": "40%", + "height":"80%", {% endif %} - "archor": "cc" - }, - "options":{ - "url":"{{entire_url('../refund.ui')}}", - "params": { + "archor": "cc" + }, + "options":{ + "url":"{{entire_url('../refund.ui')}}", + "params": { + } } } ]