<custom chineseName="内嵌支付组件" engName="inline-payment"></custom>
<view class="wrap">
    <inline-payment-panel
        class="panel"
        totalAmount="{{totalAmount}}"
        dealId="{{dealId}}"
        appKey="{{appKey}}"
        customStyle="{{customStyle}}"
        enablePageBackModal="{{enablePageBackModal}}"
        bindgetpaymentinfo="getPaymentInfo"
        binderror="getError"
    >
    </inline-payment-panel>
    <view>
        <button type="primary" plain="false" bindtap="requestPolymerPayment">
        支付
        </button>
    </view>
</view>