rake.wxml 2.6 KB

1
  1. <view class="rake data-v-4d1fc638"><view class="jg data-v-4d1fc638" style="height:20rpx;"></view><block wx:for="{{list}}" wx:for-item="ls" wx:for-index="index" wx:key="index"><block wx:if="{{ls.stock!=0}}"><view class="item data-v-4d1fc638"><view class="top data-v-4d1fc638"><view class="info-title data-v-4d1fc638"><image src="{{ls.logo}}" mode class="data-v-4d1fc638"></image><view class="data-v-4d1fc638">{{ls.name}}</view></view><view class="tags data-v-4d1fc638"><block wx:for="{{ls.tags}}" wx:for-item="it" wx:for-index="__i0__" wx:key="*this"><view class="tag data-v-4d1fc638">{{it}}</view></block></view><view class="base-info data-v-4d1fc638"><view class="info-item data-v-4d1fc638"><view class="tit data-v-4d1fc638">单价</view><view class="val data-v-4d1fc638">{{+ls.cost_money+ls.cost_money_type+"/"+(ls.get_money_type==='BZZ'?'节点':'T')}}</view></view><view class="info-item data-v-4d1fc638"><view class="tit data-v-4d1fc638">有效算力</view><view class="val data-v-4d1fc638">{{ls.step+" "+(ls.get_money_type==='BZZ'?'节点':'T')}}</view></view><view class="info-item data-v-4d1fc638"><view class="tit data-v-4d1fc638">周期</view><view class="val data-v-4d1fc638">{{ls.first_step_time+ls.second_step_time+"天 + "+ls.third_step_time+"天"}}</view></view></view></view><view class="btn-wrapper data-v-4d1fc638"><view class="btn data-v-4d1fc638">{{'服务费:'+ls.user_service_ratio*1+'%'}}<text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({ls,index})}}" class="{{['data-v-4d1fc638',(+ls.lower_service_ratio<=+mList[index].user_service_ratio)?'black':'']}}" bindtap="__e">设置</text></view></view></view></block></block><block wx:if="{{list.length!==0}}"><view class="jg data-v-4d1fc638"></view></block><block wx:if="{{list.length==0}}"><empty vue-id="549400a2-1" class="data-v-4d1fc638" bind:__l="__l"></empty></block><uni-popup vue-id="549400a2-2" type="center" data-ref="popup" class="data-v-4d1fc638 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="wrapper data-v-4d1fc638"><view class="title data-v-4d1fc638">{{'设置'+(setType===0?'服务费比例':'佣金比例')+''}}</view><input class="inp data-v-4d1fc638" type="number" placeholder="{{placeTitle}}" data-event-opts="{{[['input',[['__set_model',['','setVal','$event',[]]]]]]}}" value="{{setVal}}" bindinput="__e"/><view class="btn-wrapper data-v-4d1fc638"><view data-event-opts="{{[['tap',[['close']]]]}}" class="cansel data-v-4d1fc638" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['sub']]]]}}" class="qr data-v-4d1fc638" bindtap="__e">确定</view></view></view></uni-popup></view>