| | |
| | | <template> |
| | | <scroll-view class="full-page" scroll-y using-sticky> |
| | | <view class="full-page" scroll-y using-sticky> |
| | | <up-sticky bgColor="#fff"> |
| | | <view class="coreshop-ff c-p-10"> |
| | | <!-- <up-search placeholder="请点击选择日期" @clear='clear' @clickIcon='clickTime' @custom='search' |
| | |
| | | </view> |
| | | <view class='chuany-flex chuany-justify-between c-p-l-18 c-p-r-18'> |
| | | <view class="redcla"> |
| | | <view class=""> |
| | | <text class="chuany-font40"> |
| | | {{item.workPrice}} |
| | | {{item.workPrice}}<template v-if="item.workPriceMax">~{{item.workPriceMax}}</template> |
| | | </text> |
| | | <text class='chuany-font20'> |
| | | {{item.workerType==0?'元/小时':'元/件'}} |
| | | </text> |
| | | </view> |
| | | <!-- <text class="chuany-font40"> |
| | | {{item.workPrice}} |
| | | </text> |
| | | <text class='chuany-font20'> |
| | | {{item.workerType==0?'元/小时':'元/件'}} |
| | | </text> --> |
| | | </view> |
| | | <up-tag text="去抢活" v-if="identity !== 'enterprise'" type="warning" shape="circle" |
| | | @click.stop='deliver(item.id)'></up-tag> |
| | |
| | | </view> |
| | | <fui-date-picker range :show="datePickerShow" type="5" @change="changePicker" |
| | | @cancel="cancel"></fui-date-picker> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script setup> |