Explorar el Código

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin hace 3 años
padre
commit
cccdbd4b8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      learn/active/src/User.php

+ 1 - 1
learn/active/src/User.php

@@ -154,7 +154,7 @@ Class User extends Core
                 $data['info'][$k]['type_name'] = '来自手动发放';
             }
             if($active['sit_type'] == 2) {
-                $data['info'][$k]['seat_num'] = '查看座位号:'.$v['seat_num'];
+                $data['info'][$k]['seat_num'] = $v['seat_num'];
             } else {
                 $data['info'][$k]['seat_num'] = '';
             }