Selaa lähdekoodia

需求项目干掉描述和手机号

rongxin_prod
庞东旭 1 vuosi sitten
vanhempi
commit
7e9f067eab
1 muutettua tiedostoa jossa 3 lisäystä ja 7 poistoa
  1. +3
    -7
      src/views/project/index.vue

+ 3
- 7
src/views/project/index.vue Näytä tiedosto

@@ -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>


Ladataan…
Peruuta
Tallenna