Helius
2020-12-22 1de8d61a544e889ef4a8ed86d438f55994216cd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<view >
  <view class="order-info">
    <view class="order-info-input">订单编号 <text class="order-info-id">{{orderId}}</text></view>
    
    <view class="order-info-input order-info-pay">支付金额 <text class="order-info-money">¥13.00</text></view>
  </view>
    
  <view class="order-pay">
    <view class="choose-pay-style">选择支付方式:</view>
    <view class="pay-style">
      <image class="wxImg" src='http://file.micromall.xczhyf.cn/wxxcx/image/16.png'></image>微信支付 
    <icon  class="pay-icon iconfont icon-gouxuan" bindtap="payChoose" />
    </view>
  </view>
 
  <view class="pay-feature" >
    <button class="pay-button">确认支付</button>
  </view>
</view>