dever 3 년 전
부모
커밋
44a8781c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'])
                 );
             }