<!--pages/pay/index.wxml-->
<view class="container">
  <view class="pay_info">
    <text class="pay_text">你需支付</text>
    <text class="pay_price">{{orderInfo.product_price}}元</text>
    <text class="pay_game">{{orderInfo.product_cnt}} {{orderInfo.product_name}}</text>
  </view>

  <text class="pay_tips">请点击右上角按钮返回游戏</text>

  <button class="pay_btn" bindtap="pay">点击支付</button>
</view>