浏览代码

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

rongxin_prod
庞东旭 1年前
父节点
当前提交
7e9f067eab
共有 1 个文件被更改,包括 3 次插入7 次删除
  1. +3
    -7
      src/views/project/index.vue

+ 3
- 7
src/views/project/index.vue 查看文件

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


正在加载...
取消
保存