新增退货流程

This commit is contained in:
唐明明
2023-08-29 13:53:48 +08:00
parent 308aeeafb5
commit 510cbeb181
17 changed files with 404 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
<view class="logs">
<view class="logs-item" wx:for="{{logs}}" wx:key="index">
<view class="logs-flex">
<view class="logs-title">{{item.state_text}}</view>
<view class="logs-time">{{item.created_at}}</view>
</view>
<view class="logs-text">{{item.remark || item.title}}</view>
</view>
</view>