Kirin 2 năm trước cách đây
mục cha
commit
ade816e483
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/admin/view/user/user/see.php

+ 2 - 1
app/admin/view/user/user/see.php

@@ -248,7 +248,8 @@
                                                   v-show="item.status==-1">无效</span>
                                             <!--                                            </p>-->
                                         </td>
-                                        <td>{{item.balance}}</td>
+                                        <td v-if="item.status==0">--</td>
+                                        <td v-else>{{item.balance}}</td>
                                         <td v-if="item.type=='brokerage'">佣金</td>
                                         <td v-else>余额</td>
                                         <td>{{item.title}}</td>