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.
1 lines
1.1 KiB
1 lines
1.1 KiB
<view data-ref="container" class="bill-details _div vue-ref"><view class="nav acea-row _div"><view data-event-opts="{{[['tap',[['changeTypes',[0]]]]]}}" class="{{['item _div',types==0?'on':'']}}" bindtap="__e">全部</view><view data-event-opts="{{[['tap',[['changeTypes',[1]]]]]}}" class="{{['item _div',types==1?'on':'']}}" bindtap="__e">消费</view></view><view class="sign-record _div"><view class="list _div"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="listIndex" wx:key="listIndex"><view class="item _div"><view class="data _div">{{item.time}}</view><block wx:for="{{item.list}}" wx:for-item="val" wx:for-index="key" wx:key="key"><view class="listn _div"><view class="itemn acea-row row-between-wrapper _div"><view class="_div"><view class="name line1 _div">{{val.title}}</view><view class="_div">{{val.add_time}}</view></view><view class="{{['num _div',val.pm==0?'font-color-red':'']}}">{{(val.pm==0?"-":"+")+val.number}}</view></view></view></block></view></block></view></view><loading vue-id="1f356896-1" loaded="{{loaded}}" loading="{{loading}}" bind:__l="__l"></loading></view> |