xz_gangba/pages/order/order.wxml
2020-07-07 15:53:46 +08:00

30 lines
1020 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="order">
<view class="order-box">
<view class="order-img">
<image src="../../images/center-bg.png"></image>
</view>
<view class="order-info">
<view class="venue-project">
<view class="venue">场馆场馆场馆场馆</view>
<view class="project">篮球</view>
</view>
<view class="order-text">订单编号01010101</view>
<view class="order-text">下单时间2020-01-01</view>
<view class="price">¥15元</view>
</view>
</view>
<view class="order-box">
<view class="order-img">
<image src="../../images/center-bg.png"></image>
</view>
<view class="order-info">
<view class="venue-project">
<view class="venue">场馆场馆场馆场馆</view>
<view class="project">篮球</view>
</view>
<view class="order-text">订单编号01010101</view>
<view class="order-text">下单时间2020-01-01</view>
<view class="price">¥15元</view>
</view>
</view>
</view>