bank-card.page.js 225 Bytes
/**
 * 银行卡列表
 * @author: wsl<shuiling.wang@yoho.cn>
 * @date: 2016/11/02
 */
let $ = require('yoho-jquery');

// 获取账户名称
window.getUserName = function() {
    return $('.bank-card-list').data('user');
};