张泽亮 2 anni fa
parent
commit
fdbe8e5d12
2 ha cambiato i file con 5 aggiunte e 10 eliminazioni
  1. +4
    -9
      src/views/agriculturalTrusteeship/login.vue
  2. +1
    -1
      src/views/agriculturalTrusteeship/shop/shopList.vue

+ 4
- 9
src/views/agriculturalTrusteeship/login.vue Vedi File

@@ -79,13 +79,7 @@
</template> </template>
</van-field> </van-field>
<div v-if="loginType == 'mj'"> <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> <template #button>
<img style="width: 100px" :src="codeUrl" @click="getCode" /> <img style="width: 100px" :src="codeUrl" @click="getCode" />
</template> </template>
@@ -98,6 +92,7 @@
<p class="submit_btn" v-if="loginType == 'mj'" @click="handleLogin">登录</p> <p class="submit_btn" v-if="loginType == 'mj'" @click="handleLogin">登录</p>
<p class="submit_btn" v-else @click="goLogin">登录</p> <p class="submit_btn" v-else @click="goLogin">登录</p>
</van-tab> </van-tab>

<van-tab name="register" title="注册" v-if="loginType != 'mj'"> <van-tab name="register" title="注册" v-if="loginType != 'mj'">
<!--保险机构注册--> <!--保险机构注册-->
<van-form @submit="goRegister" ref="formData" show-error :show-error-message="false"> <van-form @submit="goRegister" ref="formData" show-error :show-error-message="false">
@@ -140,7 +135,7 @@
</template> </template>
</van-field> </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> <template #left-icon>
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt=""> <img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt="">
</template> </template>
@@ -152,7 +147,7 @@
</van-field> </van-field>
<div style="height: 20PX"></div> <div style="height: 20PX"></div>
<van-uploader v-model="mainImgUploader" :after-read="afterReadEvidenceForm" :before-delete="deleteFileEvidenceForm" /> <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> </template>




+ 1
- 1
src/views/agriculturalTrusteeship/shop/shopList.vue Vedi File

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


Caricamento…
Annulla
Salva