作者 郭文星

12311

... ... @@ -25,7 +25,7 @@ class User extends Frontend
public function index()
{
$row = Db::name('appversion')
->where(['app_type' => 'user'])
->where(['app_type' => 'user_type'])
->order('id desc')
->find();
if(!empty($row)){
... ...