dingdanquanliucheng/frontend/mini-driver/pages/task-list.wxml
2026-05-14 13:51:06 +08:00

12 lines
398 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="page">
<view class="title">任务列表</view>
<view class="desc">状态:待接单、已接单、已揽货、已送达</view>
<view class="card">
<view>任务编号LT202605140001</view>
<view>取货地址工厂A</view>
<view>送达地址:客户地址</view>
<view>取件内容产品A 1袋</view>
<view>状态:待接单</view>
</view>
</view>