Showing
8 changed files
with
57 additions
and
2 deletions
@@ -87,4 +87,12 @@ | @@ -87,4 +87,12 @@ | ||
87 | <script> | 87 | <script> |
88 | seajs.use('js/product/hotrank'); | 88 | seajs.use('js/product/hotrank'); |
89 | </script> | 89 | </script> |
90 | +{{/if}} | ||
91 | + | ||
92 | + | ||
93 | +{{!-- 订单保存--}} | ||
94 | +{{#if orderSavePage}} | ||
95 | +<script> | ||
96 | + seajs.use('js/order/save'); | ||
97 | +</script> | ||
90 | {{/if}} | 98 | {{/if}} |
web-static/js/order/save.js
0 → 100644
web-static/sass/order/_index.scss
0 → 100644
1 | +@import "save"; |
web-static/sass/order/_save.scss
0 → 100644
@@ -4,7 +4,7 @@ application.directory = APPLICATION_PATH "/application" | @@ -4,7 +4,7 @@ application.directory = APPLICATION_PATH "/application" | ||
4 | ;;website library | 4 | ;;website library |
5 | application.library = ROOT_PATH "/library" | 5 | application.library = ROOT_PATH "/library" |
6 | ;;模块配置 | 6 | ;;模块配置 |
7 | -application.modules = "Index,Product,Passport" | 7 | +application.modules = "Index,Product,Passport,Order" |
8 | ;;加载 | 8 | ;;加载 |
9 | application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php" | 9 | application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php" |
10 | ;;view文件的扩展名 | 10 | ;;view文件的扩展名 |
-
Please register or login to post a comment