作者 潘浩文
1 个管道 的构建 通过 耗费 3 秒

XIAOPAN

@@ -41,6 +41,12 @@ class AdminUsersController extends AdminBaseController{ @@ -41,6 +41,12 @@ class AdminUsersController extends AdminBaseController{
41 ->join('equipment e','o.eq_name=e.name') 41 ->join('equipment e','o.eq_name=e.name')
42 ->where(['o.users_id'=>$item['id'],'o.state'=>1])->find()['serial_number']; 42 ->where(['o.users_id'=>$item['id'],'o.state'=>1])->find()['serial_number'];
43 } 43 }
  44 + $re=Db::name('order')->where(['type'=>2,'state'=>3,'users_id'=>$item['id']])->find();
  45 + if ($re){
  46 + $item['recharge']=1;
  47 + }else{
  48 + $item['recharge']=1;
  49 + }
44 return $item; 50 return $item;
45 }); 51 });
46 $data->appends($param); 52 $data->appends($param);
@@ -35,7 +35,8 @@ @@ -35,7 +35,8 @@
35 <!--<th>微信头像</th>--> 35 <!--<th>微信头像</th>-->
36 <th>手机号</th> 36 <th>手机号</th>
37 <th>是否交了押金</th> 37 <th>是否交了押金</th>
38 - <th>押金</th> 38 + <th>是否充值</th>
  39 + <th>余额</th>
39 <th>使用设备</th> 40 <th>使用设备</th>
40 </tr> 41 </tr>
41 </thead> 42 </thead>
@@ -61,7 +62,13 @@ @@ -61,7 +62,13 @@
61 </switch> 62 </switch>
62 </td> 63 </td>
63 <td> 64 <td>
64 - {$vo.deposit|default='0'} 65 + <switch name="vo.recharge">
  66 + <case value="0"><span class="label label-warning">未充值</span></case>
  67 + <case value="1"><span class="label label-success">已充值</span></case>
  68 + </switch>
  69 + </td>
  70 + <td>
  71 + {$vo.fee}元
65 </td> 72 </td>
66 <td> 73 <td>
67 <eq name="vo.is_use" value="1"> 74 <eq name="vo.is_use" value="1">