Browse Source

Merge branch 'master' into develop

seimin 3 years ago
parent
commit
f43e052863

+ 1 - 1
src/app/views/inspect-active-detail/inspect-active-detail.component.html

@@ -31,7 +31,7 @@
31
           <td>{{data.count4}}</td>
31
           <td>{{data.count4}}</td>
32
           <td>
32
           <td>
33
             <div class="coop">
33
             <div class="coop">
34
-              <span (click)="integralDetail(data)">查看</span>
34
+              <span *ngIf="data.userId" (click)="integralDetail(data)">查看</span>
35
             </div>
35
             </div>
36
           </td>
36
           </td>
37
         </tr>
37
         </tr>