12 changed files with 307 additions and 22 deletions
@ -1,7 +1,26 @@ |
|||
<!--pages/order/payresult/index.wxml--> |
|||
<title title="订单"></title> |
|||
<view class="iconfont icon-gou1"></view> |
|||
<!-- <view class="iconfont icon-gou1"></view> --> |
|||
<image class="gou" mode="aspectFill" src="https://static.ticket.sz-trip.com/uploads/20231013/5d53ee0d2e6136d634202b9651984d60.png"></image> |
|||
<view class="order-tip">订单正在处理中</view> |
|||
<view>具体出票/发货状态</view> |
|||
<view>将会通过短信/订单状态进行通知</view> |
|||
<view class="btn" bindtap="gotoOrderList">查看订单</view> |
|||
<view class="proad" id="box4"> |
|||
<view class="proad-title"> |
|||
<image mode="aspectFill" src="https://static.ticket.sz-trip.com/uploads/20231013/25af23290c0e6ed438f9c4f2222dd81c.png"></image> |
|||
</view> |
|||
<view class="pro-list"> |
|||
<view class="proitem" wx:for="{{tjList}}" bindtap="gotoDetail" data-item="{{item}}"> |
|||
<view class="item-hd"> |
|||
<image src="{{item.headimg}}"></image> |
|||
</view> |
|||
<view class="item-bm"> |
|||
<view class="protitle text-overflowRows">{{item.title}}</view> |
|||
<view class="pro-price"> |
|||
{{item.price/100}} |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
Loading…
Reference in new issue