Authored by biao

update

@@ -12325,11 +12325,12 @@ $confim.on('touchend', '.confim', function() { @@ -12325,11 +12325,12 @@ $confim.on('touchend', '.confim', function() {
12325 12325
12326 }); 12326 });
12327 define("js/life/entry", ["jquery","hammer"], function(require, exports, module){ 12327 define("js/life/entry", ["jquery","hammer"], function(require, exports, module){
12328 -/* 12328 +/*
12329 * To change this license header, choose License Headers in Project Properties. 12329 * To change this license header, choose License Headers in Project Properties.
12330 * To change this template file, choose Tools | Templates 12330 * To change this template file, choose Tools | Templates
12331 * and open the template in the editor. 12331 * and open the template in the editor.
12332 */ 12332 */
  12333 +
12333 require("js/life/login"); 12334 require("js/life/login");
12334 require("js/life/coupon"); 12335 require("js/life/coupon");
12335 12336
This diff could not be displayed because it is too large.
1 -/* 1 +/*
2 * To change this license header, choose License Headers in Project Properties. 2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates 3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor. 4 * and open the template in the editor.
5 */ 5 */
  6 +
6 require('./login'); 7 require('./login');
7 require('./coupon'); 8 require('./coupon');
8 9