Kirin 3 anni fa
parent
commit
97f576a3a4

+ 3 - 0
app/admin/controller/system/SystemStore.php

@@ -143,6 +143,9 @@ class SystemStore extends AuthController
             ['admin_id', $this->adminId],
             ['uid', 0],
             ['is_triple', 0],
+            ['recommend', 0],
+            ['commission', 0],
+            ['spread_uid', 0],
         ]);
         SystemStoreModel::beginTrans();
         try {

+ 1 - 1
app/admin/view/system/system_store/add.php

@@ -171,7 +171,7 @@
                                 <Row>
                                     <i-Col span="13">
                                         <span>提现手续费:</span>
-                                        <i-Input placeholder="%" v-model="form.commision" style="width: 80%"
+                                        <i-Input placeholder="%" v-model="form.commission" style="width: 80%"
                                                  type="text"></i-Input>
                                     </i-Col>
                                 </Row>