You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
409 B
10 lines
409 B
<!--pages/info/pddInfo/pddhis/index.wxml-->
|
|
<title title="帮砍记录"></title>
|
|
<view class="his-item" wx:for="{{list}}">
|
|
<image lazy-load src="{{item.avatar}}" mode="aspectFill"></image>
|
|
<view class="his-info">
|
|
<view class="username">{{item.help_user_name}}</view>
|
|
<view class="his-time">{{item.created_time}}</view>
|
|
</view>
|
|
<view class="money">-¥{{item.bargined_money/100}}</view>
|
|
</view>
|