소스 검색

发货类型关闭

xialei 1 년 전
부모
커밋
caa0bef94d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/common/repositories/store/shipping/ExpressRepository.php

+ 2 - 2
app/common/repositories/store/shipping/ExpressRepository.php

@@ -142,8 +142,8 @@ class ExpressRepository extends BaseRepository
142 142
             Elm::radio('delivery_type', '发货类型', 1)
143 143
                 ->setOptions([
144 144
                     ['value' => 1, 'label' => '发货'],
145
-                    ['value' => 2, 'label' => '送货'],
146
-                    ['value' => 3, 'label' => '虚拟'],
145
+                    // ['value' => 2, 'label' => '送货'],
146
+                    // ['value' => 3, 'label' => '虚拟'],
147 147
                 ])->control([
148 148
                     [
149 149
                         'value' => 1,