-
zhangwei
2024-10-08 93a986bc80abdef75923054b9df9adb6e1ccff52
src/pages/detail/detail.vue
@@ -26,11 +26,17 @@
               </view> -->
               <view class="redcla c-p-l-18 c-p-r-18">
                  <text class="chuany-font40">
                     {{orderObj.workPrice}}
                     {{orderObj.workPrice}}<template v-if="orderObj.workPriceMax">~{{orderObj.workPriceMax}}</template>
                  </text>
                  <text class='chuany-font20'>
                     {{orderObj.workerType==0?'元/小时':'元/件'}}
                  </text>
                  <!-- <text class="chuany-font40">
                     {{orderObj.workPrice}}
                  </text>
                  <text class='chuany-font20'>
                     {{orderObj.workerType==0?'元/小时':'元/件'}}
                  </text> -->
               </view>
            </view>
@@ -104,7 +110,26 @@
            {{orderObj.demand}}
         </view>
      </view>
      <view class="tabbtns">
      <!-- <view class="coreshop-bg-white c-m-t-20 c-p-20">
         <view class="c-p-b-20 colorgray">
            工价详情
         </view>
         <view class="c-p-b-20">
            当前工价:{{orderObj.workPriceDangqian}} {{orderObj.workerType==0?'元/小时':'元/件'}}
         </view>
         <view class="c-p-b-20">
            历史工价:
            <view class="chuany-flex chuany-justify-between" v-for="item in orderObj.orderBiddingWorkPrices">
               <view class="">
                  {{$util.formatDate(item.effectTime)}}
               </view>
               <view class="">
                  {{item.workPrice}} {{orderObj.workerType==0?'元/小时':'元/件'}}
               </view>
            </view>
         </view>
      </view> -->
      <view class="tabbtns" v-if="!orderObj.isSelected">
         <up-button color='#fece01' :loading='isLoading' loadingText="报名中" class="text-69" text="报名"
            @click="enroll"></up-button>
      </view>