<uni-popup
  bind:__l="__l"
  bindchange="{{k}}"
  class="r data-v-c238c94e"
  uI="c238c94e-0"
  uP="{{l}}"
  uR="popup"
  uS="{{['d']}}"
  wx:if="{{l}}"
>
  <view class="content data-v-c238c94e">
    <image
      bindtap="{{a}}"
      class="close data-v-c238c94e"
      src="/static/svgs/icon_close_2.svg"
    ></image>
    <view class="title data-v-c238c94e">支付订单</view>
    <radio-group bindchange="{{h}}" class="pay-group data-v-c238c94e">
      <label class="data-v-c238c94e" wx:if="{{b}}">
        <image
          class="data-v-c238c94e"
          src="/static/images/logo_wechat.png"
        ></image>
        <text class="pay-name data-v-c238c94e">微信支付</text>
        <radio
          checked="{{d}}"
          class="data-v-c238c94e"
          color="#FA5E29"
          value="{{c}}"
        ></radio>
      </label>
      <label class="data-v-c238c94e" wx:if="{{e}}">
        <image
          class="data-v-c238c94e"
          src="/static/images/logo_alipay.png"
        ></image>
        <text class="pay-name data-v-c238c94e">支付宝支付</text>
        <radio
          checked="{{g}}"
          class="data-v-c238c94e"
          color="#FA5E29"
          value="{{f}}"
        ></radio>
      </label>
    </radio-group>
    <view
      bindtap="{{i}}"
      class="button data-v-c238c94e"
      hoverClass="default-ihover-class"
      hoverStayTime="100"
    >
      确认支付
    </view>
  </view>
</uni-popup>