songxingwei 3 năm trước cách đây
mục cha
commit
a71ce5c75a
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      application/common/model/User.php

+ 6 - 1
application/common/model/User.php

@@ -1263,7 +1263,12 @@ class User Extends Model
 
             if ($touser['household']){
                 $household = explode('-',$touser['household']);
-                $touser['household_city'] = $household[1];
+                if (isset($household[1])){
+                    $touser['household_city'] = $household[1];
+                }else{
+                    $touser['household_city'] = '';
+                }
+
             }else{
                 $touser['household_city'] = '';
             }