25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
|
<!-- pages/course/courseOrderList/courseOrderList.wxml -->
|
|||
|
<view class="flex-col justify-start page">
|
|||
|
<view class="flex-col group_1">
|
|||
|
<view class="flex-col list-item mt-17" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
|
|||
|
<view class="flex-row self-stretch group">
|
|||
|
<text class="font text">订单号:202506191307440406460485418</text>
|
|||
|
<text class="font_2 ml-37">待支付</text>
|
|||
|
</view>
|
|||
|
<text class="self-stretch font_3 text_2">区块链和加密数字货币(随报随学认证班)(随报随学认证班)</text>
|
|||
|
<text class="self-end font_4 text_3">¥999.00</text>
|
|||
|
<text class="self-end font_5 text_4">请在 {{countDownStr}} 内完成支付</text>
|
|||
|
<view class="flex-row justify-between items-center self-stretch group_2">
|
|||
|
<text class="font_6 text_5">2025-06-17 13:00:33</text>
|
|||
|
<view class="flex-row">
|
|||
|
<view class="flex-col justify-start items-center text-wrapper">
|
|||
|
<text class="font_7">取消订单</text>
|
|||
|
</view>
|
|||
|
<view class="flex-col justify-start items-center text-wrapper_2 ml-11">
|
|||
|
<text class="font_8">支付</text>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|