-
zhangwei
2024-10-08 93a986bc80abdef75923054b9df9adb6e1ccff52
src/pages/index/index.vue
@@ -1,5 +1,5 @@
<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'
@@ -58,12 +58,20 @@
               </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>
@@ -83,7 +91,7 @@
      </view>
      <fui-date-picker range :show="datePickerShow" type="5" @change="changePicker"
         @cancel="cancel"></fui-date-picker>
   </scroll-view>
   </view>
</template>
<script setup>