bank-card.page.js 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * 银行卡列表 * @author: wsl<shuiling.wang@yoho.cn> * @date: 2016/11/02 */ let $ = require('yoho-jquery'); // 获取账户名称 window.getUserName = function() { return $('.bank-card-list').data('user'); };