18 lines
646 B
Plaintext
18 lines
646 B
Plaintext
<!--packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.wxml-->
|
|
<view id="groupContributionDetailslog">
|
|
<view class="logBox" wx:for="{{info}}" wx:key="ind">
|
|
<view class="left">
|
|
<view>{{item.title}}</view>
|
|
<view>{{item.order_sn}}</view>
|
|
<view class="avaimg">
|
|
<image src="{{item.avatar}}"></image>
|
|
<view>{{item.nickname}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="right">
|
|
<view class="priceTxt">活动金额:¥{{item.price}}</view>
|
|
<view class="price">+{{item.commission_gxz}}</view>
|
|
<view class="time">{{item.created_at}}</view>
|
|
</view>
|
|
</view>
|
|
</view> |