wesmiler hace 3 años
padre
commit
9591296de6
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      source/application/store/view/apps/dealer/setting/index.php

+ 6 - 0
source/application/store/view/apps/dealer/setting/index.php

@@ -331,6 +331,12 @@
                                                     <?= in_array('30', $data['settlement']['values']['pay_type']) ? 'checked' : '' ?>>
                                                 银行卡
                                             </label>
+                                            <label class="am-checkbox-inline">
+                                                <input type="checkbox" name="setting[settlement][pay_type][]" value="30"
+                                                       data-am-ucheck
+                                                    <?= in_array('50', $data['settlement']['values']['pay_type']) ? 'checked' : '' ?>>
+                                                线下
+                                            </label>
                                             <div class="help-block">
                                                 <small>注:如使用微信支付,则需申请微信支付企业付款到零钱功能</small>
                                             </div>