Merge branch 'feature_student' into release/4.9.1.0
# Conflicts: # apps/product/models/detail.js # config/common.js # public/scss/common/_good.css
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -261,7 +261,7 @@ exports.index = (req, res, next) => { | @@ -261,7 +261,7 @@ exports.index = (req, res, next) => { | ||
261 | } | 261 | } |
262 | } | 262 | } |
263 | 263 | ||
264 | - // console.log(options); | 264 | + console.log(options); |
265 | res.render('student', options); | 265 | res.render('student', options); |
266 | }); | 266 | }); |
267 | 267 |
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | <section class='s-section clearfix'> | 16 | <section class='s-section clearfix'> |
17 | <div class='s-verify-img s-verify-fail'></div> | 17 | <div class='s-verify-img s-verify-fail'></div> |
18 | <p class='s-verify-title'>太遗憾了,{{./prompt}}</p> | 18 | <p class='s-verify-title'>太遗憾了,{{./prompt}}</p> |
19 | - <p class='s-verify-txt'>你可以<a class='red' href='//m.yohobuy.com/activity/student/register'>重新验证 ></a></p> | 19 | + <p class='s-verify-txt'>您可以<a class='red' href='//m.yohobuy.com/activity/student/register'>重新验证 ></a></p> |
20 | </section> | 20 | </section> |
21 | {{/if}} | 21 | {{/if}} |
22 | <section class='s-section clearfix'> | 22 | <section class='s-section clearfix'> |
-
Please register or login to post a comment