• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · 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
  • static
  • js
  • shopping-cart
  • index.js
  • shopping cart -> gift and advance buy
    83286b11
    by xuqi
    2015-10-23 18:33:21 +0800  
    Browse Directory »
index.js 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
/**
 * 购物车打包入口
 * @author: xuqi<qi.xu@yoho.cn>
 * @date: 2015/10/23
 */

require('./cart');
require('./gift-advance');