Explorar o código

发货类型关闭

xialei hai 1 ano
pai
achega
caa0bef94d

+ 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,