Explorar el Código

发货类型关闭

xialei hace 1 año
padre
commit
caa0bef94d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,