待支付:<%= @order.remaining_amount.to_money %>
<% current_user.cards.each do |card| %> <% end %>
<%= link_to({ action: 'wxpay_pay' }, class: 'weui-cell weui-cell_active weui-cell_access') do %>
微信支付
<% end unless @order.all_paid? %>
<%= link_to '订单列表', { action: 'index' } %>