Просмотр исходного кода

取消返回快递方式文字

duqinya лет назад: 6
Родитель
Сommit
051b7523f1
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      app/Http/Controllers/ConfigCityManagementController.php

+ 7 - 7
app/Http/Controllers/ConfigCityManagementController.php

@@ -32,13 +32,13 @@ class ConfigCityManagementController extends BaseController
                     $cityList[$k]->status = '禁用';
                 }
 
-                if ($v->express_type == "0"){
-                    $cityList[$k]->express_type = '快递';
-                }elseif ($v->express_type == "1"){
-                    $cityList[$k]->express_type = '自提';
-                }elseif ($v->express_type === "0,1" || $v->express_type === "1,0"){
-                    $cityList[$k]->express_type = '快递,自提';
-                }
+//                if ($v->express_type == "0"){
+//                    $cityList[$k]->express_type = '快递';
+//                }elseif ($v->express_type == "1"){
+//                    $cityList[$k]->express_type = '自提';
+//                }elseif ($v->express_type === "0,1" || $v->express_type === "1,0"){
+//                    $cityList[$k]->express_type = '快递,自提';
+//                }
             }
         }