From e2ad3bb4f67820fd619fa3c71666a83a885b69f3 Mon Sep 17 00:00:00 2001 From: Lynnic <gunix@foxmail.com> Date: Sat, 5 Dec 2015 20:21:16 +0800 Subject: [PATCH] 为咨询页面添加js --code reviewed by zhaobiao --- static/sass/product/_detail.scss | 3 +-- template/m.yohobuy.com/partials/layout/use.phtml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/sass/product/_detail.scss b/static/sass/product/_detail.scss index 2645949..8f85177 100644 --- a/static/sass/product/_detail.scss +++ b/static/sass/product/_detail.scss @@ -30,8 +30,7 @@ $basicBtnC:#eb0313; margin-top: pxToRem(20px); margin-bottom: pxToRem(20px); font-size: pxToRem(24px); - line-height: pxToRem(36px); - + line-height: pxToRem(36px); &.table { width: 100%; .column { diff --git a/template/m.yohobuy.com/partials/layout/use.phtml b/template/m.yohobuy.com/partials/layout/use.phtml index 25df767..db5c9fe 100644 --- a/template/m.yohobuy.com/partials/layout/use.phtml +++ b/template/m.yohobuy.com/partials/layout/use.phtml @@ -172,7 +172,7 @@ {{!-- 商品详情咨询 --}} {{#if goodsConsultsPage}} <script> - seajs.use('js/product/detail/loadmore'); + seajs.use('js/product/detail/comments-consults'); </script> {{/if}} {{!-- 商品详情我要咨询 --}} -- libgit2 0.24.0