Merge branch 'develop' of git.dev.yoho.cn:ued/yohogirls-mustache into develop
Showing
2 changed files
with
4 additions
and
4 deletions
1 | <div class="error-container"> | 1 | <div class="error-container"> |
2 | <div class="error-img"> | 2 | <div class="error-img"> |
3 | - <img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/other/error.png" alt="404 page"> | 3 | + <img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/other/error.png" alt="404 page"> |
4 | </div> | 4 | </div> |
5 | <div class="error-btn clearfix"> | 5 | <div class="error-btn clearfix"> |
6 | <a class="back-btn" href="javascript:;" onclick="history.go(-1);">返回上一页</a> | 6 | <a class="back-btn" href="javascript:;" onclick="history.go(-1);">返回上一页</a> |
@@ -9,9 +9,9 @@ | @@ -9,9 +9,9 @@ | ||
9 | <div class="userinfo"> | 9 | <div class="userinfo"> |
10 | <h6>\{{nick}}</h6> | 10 | <h6>\{{nick}}</h6> |
11 | <p class="comment-text">\{{content}}</p> | 11 | <p class="comment-text">\{{content}}</p> |
12 | - \{{# isSelf}} | ||
13 | - <a class="delete-comment" href="javascript:;" pid="{{id}}"></a> | ||
14 | - \{{/ isSelf}} | 12 | + \{{#if isSelf}} |
13 | + <a class="delete-comment" href="javascript:;" pid="\{{id}}"></a> | ||
14 | + \{{/if}} | ||
15 | </div> | 15 | </div> |
16 | </li> | 16 | </li> |
17 | \{{/ comment}} | 17 | \{{/ comment}} |
-
Please register or login to post a comment