WIN-2308041133\Administrator 3 months ago
parent
commit
76f1af0f47
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/admin/view/store/store_product/create.php

+ 3 - 0
app/admin/view/store/store_product/create.php

@@ -312,6 +312,9 @@
                                                     <input type="radio" name="store_type" lay-filter="store_type"
                                                            value="2" title="虚拟商品"
                                                            :checked="formData.store_type == 2 ? true : false">
+                                                    <input type="radio" name="store_type" lay-filter="store_type"
+                                                           value="2" title="批发商品"
+                                                           :checked="formData.store_type == 3 ? true : false">
                                                 </div>
                                             </div>
                                         </div>