{eval $me_money = round(user()->get('money')*1, 2); $allowSelfPay = false; $pay_money = round($pay_money, 2); $remain_money = round(($pay_money - $me_money),2); $dspSelfPay = $product_type == 'recharge' ? false : true; }
{if $me_money >= $pay_money} {eval $allowSelfPay = true} {/if} {if $product_type == 'recharge'}{eval $allowSelfPay = false}{/if} {if $product_id} {eval $listString = meta('paymentlist_of_'.$product_id)} {else} {eval $listString = false} {/if} {eval $__array=logic('pay')->GetList();}

支付方式

{~ui('loader')->js('@pay.selector')}