1 line
3.3 KiB
Plaintext
1 line
3.3 KiB
Plaintext
<view class="mine-stored-record"><fixed vue-id="e83fd2f2-1" bind:__l="__l" vue-slots="{{['default']}}"><view class="fill-base b-1px-b"><view class="pl-lg pr-lg"><view class="space-lg"></view><uni-segmented-control vue-id="{{('e83fd2f2-2')+','+('e83fd2f2-1')}}" current="{{typeInd}}" values="{{typeList}}" style-type="button" active-color="{{primaryColor}}" data-event-opts="{{[['^clickItem',[['handerTabChange',['$event','typeInd']]]]]}}" bind:clickItem="__e" bind:__l="__l"></uni-segmented-control></view><tab vue-id="{{('e83fd2f2-3')+','+('e83fd2f2-1')}}" list="{{tabList}}" lockTap="{{activeIndex==2&&tabList[2].start_time&&tabList[2].end_time?false:true}}" activeIndex="{{activeIndex}}" activeColor="{{primaryColor}}" width="{{100/$root.g0+'%'}}" height="100rpx" data-event-opts="{{[['^change',[['handerTabChange',['$event','activeIndex']]]]]}}" bind:change="__e" bind:__l="__l"></tab></view></fixed><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="fill-base pd-lg b-1px-b"><view class="flex-between"><view class="max-446 ellipsis">{{item.type_text}}</view><view class="text-bold" style="{{'color:'+(primaryColor)+';'}}">{{(item.add==1?'+':'-')+" "+item.price}}</view></view><view class="flex-between f-caption c-caption mt-sm">{{item.create_time_text}}</view></view></block><block wx:if="{{loading}}"><load-more vue-id="e83fd2f2-4" noMore="{{$root.g1}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g2}}"><abnor vue-id="e83fd2f2-5" bind:__l="__l"></abnor></block><view class="space-footer"></view><uni-popup class="vue-ref" vue-id="e83fd2f2-6" type="top" custom="{{true}}" maskClick="{{false}}" data-ref="show_choose_time" bind:__l="__l" vue-slots="{{['default']}}"><view style="height:184rpx;"></view><view class="popup-choose-time fill-base f-paragraph c-desc pt-lg pb-lg radius-bottom-34"><view class="time-item flex-center pt-lg"><view data-event-opts="{{[['tap',[['toShowTime',['start_time']]]]]}}" class="item-child flex-center flex-column" catchtap="__e"><view>开始时间</view><view class="mt-sm" style="{{'color:'+(tabList[2].start_time?primaryColor:'#999')+';'}}">{{''+(tabList[2].start_time||'选择时间')+''}}</view></view><view data-event-opts="{{[['tap',[['toShowTime',['end_time']]]]]}}" class="item-child flex-center flex-column b-1px-l" catchtap="__e"><view>结束时间</view><view class="mt-sm" style="{{'color:'+(tabList[2].end_time?primaryColor:'#999')+';'}}">{{''+(tabList[2].end_time||'选择时间')+''}}</view></view></view><view class="button-item flex-center"><view data-event-opts="{{[['tap',[['toConfirm',[1]]]]]}}" class="item-child disabled flex-center" catchtap="__e">取消</view><view data-event-opts="{{[['tap',[['toConfirm',[2]]]]]}}" class="item-child flex-center" style="{{'background:'+(primaryColor)+';'+('color:'+('#fff')+';')}}" catchtap="__e">确定</view></view></view></uni-popup><w-picker class="vue-ref" vue-id="e83fd2f2-7" mode="date" startYear="{{startYear}}" endYear="{{endYear}}" value="{{tabList[0].end_time}}" current="{{false}}" fields="day" disabled-after="{{false}}" themeColor="{{primaryColor}}" visible="{{showDate}}" data-ref="day" data-event-opts="{{[['^confirm',[['onConfirm',['$event']]]],['^updateVisible',[['__set_sync',['$0','showDate','$event'],['']]]]]}}" bind:confirm="__e" bind:updateVisible="__e" bind:__l="__l"></w-picker></view> |