新增退货流程
This commit is contained in:
10
pages/refund/logs/logs.wxml
Normal file
10
pages/refund/logs/logs.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user