Authored by biao

update

@@ -12330,6 +12330,7 @@ define("js/life/entry", ["jquery","hammer"], function(require, exports, module){ @@ -12330,6 +12330,7 @@ define("js/life/entry", ["jquery","hammer"], function(require, exports, module){
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.
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
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