|
|
|
@ -73,7 +73,7 @@ |
|
|
|
<!--图形验证码--> |
|
|
|
<view class="form-item border-b m-b-md p-b-xs"> |
|
|
|
<view class="label m-b-xs">{{$t('homeNewText.ee6')}}</view> |
|
|
|
<v-input class="color-light" v-model="form.gr_code" placeholder="$t('homeNewText.ee6')"> |
|
|
|
<v-input class="color-light" v-model="form.gr_code" :placeholder="$t('homeNewText.ee6')"> |
|
|
|
<template #right> |
|
|
|
<!-- 邮箱 --> |
|
|
|
<img :src="Graph_che" @click="gett_gc_code" v-if="!hideImg"> |
|
|
|
|