소스 검색

Merge branch 'gq' of http://git.9026.com/roobe/miao

Mike 7 년 전
부모
커밋
d662cd7b81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      miaomiao/www/templates/home/dream-detail.html

+ 1 - 1
miaomiao/www/templates/home/dream-detail.html

xqd
@@ -92,7 +92,7 @@
                             <h2>{{timer}}</h2>
                             <p>剩余时间</p>
                         </div>
-                        <div class="col" style="text-align:right">
+                        <div ng-if="user.id == dream.user.id" class="col" style="text-align:right">
                             <h2>{{dream.mark}}</h2>
                             <p>当前获得梦想分数</p>
                         </div>