This commit is contained in:
2019-12-30 11:39:55 +08:00
parent 6c2e1acd4a
commit fe9beef904
15 changed files with 215 additions and 100 deletions

View File

@@ -1,6 +1,9 @@
<view class="share">
<share></share>
<view class="detail">
<share A="{{list.group.A}}" B="{{list.group.B}}" C="{{list.group.C}}" name="{{user.nick_name}}" img="{{user.head_pic}}"></share>
<view class="detail" wx:for="{{list.logList}}" wx:key="{{index}}">
<yuedetail date="{{item.date}}" time="{{item.content}}" money="{{item.money}}"></yuedetail>
</view>
<!-- <view class="detail">
<yuedetail></yuedetail>
</view>
<view class="detail">
@@ -8,8 +11,5 @@
</view>
<view class="detail">
<yuedetail></yuedetail>
</view>
<view class="detail">
<yuedetail></yuedetail>
</view>
</view> -->
</view>