浏览代码

顺序

wulanhaote
张泽亮 2 年前
父节点
当前提交
0b11151a4b
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      src/views/agriculturalTrusteeship/login.vue

+ 1
- 3
src/views/agriculturalTrusteeship/login.vue 查看文件

@@ -145,17 +145,15 @@
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt="">
</template>
</van-field>

<van-field v-model="serviceForm.description" center :border="false" placeholder="请输入简要描述">
<template #left-icon>
<img src="../../../static/images/agriculturalTrusteeship/login/register_03.png" alt="">
</template>
</van-field>

<div style="height: 20PX"></div>
<van-uploader v-model="mainImgUploader" :after-read="afterReadEvidenceForm" :before-delete="deleteFileEvidenceForm" />
<MapGisTag ref="clickLoading" :showBtn="true" :message="serviceForm.theGeom" v-on:formSubmit="MapTag"></MapGisTag>
</template>

<template v-if="loginType == 'fwzz'">


正在加载...
取消
保存