• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • js
  • home
  • repay-record.page.js
  • 有货分期
    a17961dc
    by 王水玲
    2016-08-25 16:58:28 +0800  
    Browse Files
repay-record.page.js 336 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/**
 * 还款记录
 * @author: wsl<shuiling.wang@yoho.cn>
 * @date: 2016/08/04
 */

var $ = require('yoho-jquery'),
    ListData = require('./installment-goods');

var listData = new ListData({
    url: '/home/installment/repay/get-record',
    page: 0,
    boxArea: $('.record-list'),
    noResult: true
});

listData.getListData(0);