currency.js 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 /** * 未使用的(list) */ function getCurrency(page, obj){ QGlobal.Page.QSend_Url = '/home/currency/list'; QGlobal.Page.QItem = 'itemList'; QGlobal.Page.getList(page + '&tmp=' + Math.random(), obj); }