@@ -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>