Authored by xuqi

layout change

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 seajs.config({ 3 seajs.config({
4 base: 'http://172.16.6.248:8000' 4 base: 'http://172.16.6.248:8000'
5 }); 5 });
6 - seajs.use('js/index'); 6 + seajs.use('js/{{modulePath}}');
7 </script> 7 </script>
8 </body> 8 </body>
9 </html> 9 </html>
@@ -25,4 +25,4 @@ @@ -25,4 +25,4 @@
25 </script> 25 </script>
26 <link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> 26 <link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
27 </head> 27 </head>
28 -<body>  
  28 +<body {{#if isPassportPage}}class=passport-body{{/if}}>