1 line
1.9 KiB
Plaintext
1 line
1.9 KiB
Plaintext
<c-tabbar vue-id="3e2494c0-1" current="{{3}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="container p-20"><view class="banner"><image src="../../static/task/img1.png" mode="widthFix"></image></view><view class="type-change"><view data-event-opts="{{[['tap',[['changeType',[1]]]]]}}" class="{{['item','flex','flex-col','justify-center','items-center',(type==1)?'active':'']}}" bindtap="__e"><text class="t1">任务列表</text><text class="t2">解锁更多任务模式</text></view><view data-event-opts="{{[['tap',[['changeType',[2]]]]]}}" class="{{['item','flex','flex-col','justify-center','items-center',(type==2)?'active':'']}}" bindtap="__e"><text class="t1">我的任务</text><text class="t2">管理和跟踪任务</text></view></view><mescroll-body class="vue-ref" bind:init="__e" bind:down="__e" bind:up="__e" vue-id="{{('3e2494c0-2')+','+('3e2494c0-1')}}" data-ref="mescrollRef" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="tasks flex flex-col"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['navigateTo',['/pages/task/info/info?id='+item.$orig.id]]]]]}}" class="task flex flex-row" bindtap="__e"><view class="flex flex-col"><image class="logo" src="../../static/uni.png" mode="aspectFit"></image><text class="red">5.00</text><text class="basis">基础佣金</text></view><view class="flex-1 flex flex-col p-r-20" style="width:0;"><view class="ellipsis">{{item.$orig.name}}</view><view class="flex flex-row"><view class="tag">抖音</view><view class="tag">CPM</view></view><text class="amount">{{item.g0}}</text><text class="amount-txt">总奖金池</text></view><view class="flex flex-col justify-center items-center"><text class="status">{{stateArr[item.$orig.state]}}</text><view class="c-btn">参与</view></view></view></block></view></mescroll-body></view></c-tabbar> |