yuminge-app/yun-min-program-plugin-master/packageE/newcodeHistory/newcodeHistory.wxml

15 lines
477 B
Plaintext

<view class="teamCode">
<view class='rationList ul' wx:for="{{codes}}" wx:key="index">
<view class="li">
<view class="left">
<text class="span">{{item.code}}</text>
<view class="p">使用者:{{item.has_one_use_member.nickname}}</view>
</view>
<view class="right">
<text class="span">已使用</text>
<view class="p">使用时间:{{item.updated_at}}</view>
</view>
</view>
</view>
</view>
<shopfoot></shopfoot>