Your Name 2 years ago
parent
commit
1cc0b108cb
1 changed files with 2 additions and 10 deletions
  1. 2 10
      service/mail/lib/Manage.php

+ 2 - 10
service/mail/lib/Manage.php

@@ -615,9 +615,7 @@ class Manage
                 }else{
                     $data[$k]['citys']['t_price'] = 0;
                 }
-                
-                
-                // Dever::db('shop/info')->getSerachTNum($where);
+
                 $w['mid'] = $data[$k]['citys']['mid'];
                 $w['area'] = $data[$k]['citys']['area'];
                 $w['price'] = $data[$k]['citys']['price'];
@@ -655,9 +653,6 @@ class Manage
                 }else{
                     $data[$k]['countys']['t_price'] = 0;
                 }
-                
-                
-                // Dever::db('shop/info')->getSerachTNum($where);
 
                 $w['mid'] = $data[$k]['countys']['mid'];
                 $w['area'] = $data[$k]['countys']['area'];
@@ -694,9 +689,7 @@ class Manage
                 }else{
                     $data[$k]['towns']['t_price'] = 0;
                 }
-                
-                
-                // Dever::db('shop/info')->getSerachTNum($where);
+
                 $w['mid'] = $data[$k]['towns']['mid'];
                 $w['area'] = $data[$k]['towns']['area'];
                 $w['price'] = $data[$k]['towns']['price'];
@@ -713,7 +706,6 @@ class Manage
                 }
             }
         }
-        print_R($data);die;
         return 'ok';
     }
     public function area_member($id){