You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.0 KiB
Plaintext

9 months ago
<view class="container">
<view class='cy-order-num-view'>
<view class='cy-order-num-image'>
<image src='../../../images/icon-numback.png' class='cy-order-num-image' style='margin-left:0rpx;' />
<view class='cy-order-num content-center'>1210</view>
<view class='cy-order-text content-center'>取餐号</view>
</view>
</view>
<view class='cy-order-info-view'>
<view class='cy-line-view' style='margin-top:36rpx;'>
<text>订单号:</text>
<text class='cy-right-float'>123456789</text>
</view>
<view class='cy-line-view' style='margin-top:14rpx;'>
<text>联系人:</text>
<text class='cy-right-float'>15038124835</text>
</view>
<view class='cy-line-view' style='margin-top:14rpx;'>
<text>付款时间:</text>
<text class='cy-right-float'>2020-12-12 12:12</text>
</view>
</view>
<view class='cy-order-product-info-view'>
<view class='cy-line-view' style='margin-top:36rpx;'>
<text>总价:</text>
<text class='cy-right-float'>¥15.00</text>
</view>
<view class='cy-line-view' style='margin-top:14rpx;'>
<text>优惠:</text>
<text class='cy-right-float'>-¥5.00</text>
</view>
<view class='cy-line-view' style='margin-top:14rpx;'>
<text>实付:</text>
<text class='cy-right-float' style='color:#FF4949'>¥10.00</text>
</view>
<view class='cy-product-list'>
<block wx:for="{{10}}" wx:key="{{item}}">
<view class='cy-product-item flex-display'>
<image class='cy-item-image'></image>
<view class='cy-item-info-view'>
<view class='cy-product-name'>
<text>芝芝草莓</text>
<text class='cy-right-float'>¥22.00</text>
</view>
<view class='cy-product-make down-center'>大杯、加冰</view>
<view class='cy-product-make down-center'>x1</view>
</view>
</view>
</block>
</view>
</view>
</view>