dever 3 năm trước cách đây
mục cha
commit
44a8781c1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'])
                 );
             }