Przeglądaj źródła

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

Mike 7 lat temu
rodzic
commit
d662cd7b81
1 zmienionych plików z 1 dodań i 1 usunięć
  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>