瀏覽代碼

顺序

wulanhaote
张泽亮 2 年之前
父節點
當前提交
fdbe8e5d12
共有 2 個檔案被更改,包括 5 行新增10 行删除
  1. +4
    -9
      src/views/agriculturalTrusteeship/login.vue
  2. +1
    -1
      src/views/agriculturalTrusteeship/shop/shopList.vue

+ 4
- 9
src/views/agriculturalTrusteeship/login.vue 查看文件

@@ -79,13 +79,7 @@
</template>
</van-field>
<div v-if="loginType == 'mj'">
<van-field
v-model="formData.code"
center
clearable
label="验证码"
placeholder="图形验证码"
>
<van-field v-model="formData.code" center clearable label="验证码" placeholder="图形验证码">
<template #button>
<img style="width: 100px" :src="codeUrl" @click="getCode" />
</template>
@@ -98,6 +92,7 @@
<p class="submit_btn" v-if="loginType == 'mj'" @click="handleLogin">登录</p>
<p class="submit_btn" v-else @click="goLogin">登录</p>
</van-tab>

<van-tab name="register" title="注册" v-if="loginType != 'mj'">
<!--保险机构注册-->
<van-form @submit="goRegister" ref="formData" show-error :show-error-message="false">
@@ -140,7 +135,7 @@
</template>
</van-field>

<van-field v-model="serviceForm.fax" center :border="false" placeholder="请输入传真">
<!-- <van-field v-model="serviceForm.fax" center :border="false" placeholder="请输入传真">
<template #left-icon>
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt="">
</template>
@@ -152,7 +147,7 @@
</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>
<MapGisTag ref="clickLoading" :showBtn="true" :message="serviceForm.theGeom" v-on:formSubmit="MapTag"></MapGisTag>-->

</template>



+ 1
- 1
src/views/agriculturalTrusteeship/shop/shopList.vue 查看文件

@@ -25,7 +25,7 @@
<div class="content">
<van-cell :border="false" center>
<template #title>
<p class="tt">公司信息</p>
<p class="tt">机构信息</p>
</template>
<template #right-icon>
<!-- v-if="serviceForm.auditStatus != '3'"-->


Loading…
取消
儲存