| <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> |