|
|
@@ -54,13 +54,9 @@ |
|
|
|
<van-card :thumb="item.fileUrl?'/api'+item.fileUrl:'../../static/images/zwtpxw.jpg'" > |
|
|
|
<template #tags> |
|
|
|
<p class="title">{{ item.projectName }}</p> |
|
|
|
<p class="type">{{ item.needname }}</p> |
|
|
|
<p class="timeEnd">需求开始时间 {{ item.needStartTime }}</p> |
|
|
|
<p class="timeEnd">需求结束时间 {{ item.needStopTime }}</p> |
|
|
|
<van-row> |
|
|
|
<van-col span="12" class="money"><span>{{ item.price }}</span></van-col> |
|
|
|
<van-col span="8" offset="4" class="time">{{ item.phone }}</van-col> |
|
|
|
</van-row> |
|
|
|
<p class="type" style="margin-top: 7px;">{{ item.needname }}</p> |
|
|
|
<p class="timeEnd" style="margin-top: 7px;">需求开始时间 {{ item.needStartTime }}</p> |
|
|
|
<p class="timeEnd" style="margin-top: 7px;">需求结束时间 {{ item.needStopTime }}</p> |
|
|
|
</template> |
|
|
|
</van-card> |
|
|
|
</router-link> |
|
|
|