dever 3 years ago
parent
commit
44a8781c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -1024,7 +1024,7 @@ class Sell
             if ($address) {
                 $result['收货地址'] = array
                 (
-                    'head' => array('省份', '城市', '地区','地址', '门牌号', '姓名', '手机号'),
+                    'head' => array('地址', '门牌号', '姓名', '手机号'),
                     'body' => array($address['address'], $address['house_number'], $address['contact'], $address['mobile'])
                 );
             }