songxingwei 3 سال پیش
والد
کامیت
3f071057a5
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 1
      application/common/model/ElectPool.php

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

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