提交 b1cac14b 编写于 作者: 史文彬's avatar 史文彬

fix: 身份证逻辑判断

上级 88c41e59
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
</template> </template>
</van-field> </van-field>
<van-field <van-field
v-if="dectionForm.idType != 1"
class="appoint-form-items" class="appoint-form-items"
required required
label="参保人出生日期" label="参保人出生日期"
...@@ -203,7 +204,7 @@ ...@@ -203,7 +204,7 @@
import { createOrderSzV2 } from '@/api/question'; import { createOrderSzV2 } from '@/api/question';
import { getBanner, getCardTypes } from '@/api/entitlement'; import { getBanner, getCardTypes } from '@/api/entitlement';
import DatePicker from './date-picker.vue'; import DatePicker from './date-picker.vue';
const { VUE_APP_ENV } = process.env; // const { VUE_APP_ENV } = process.env;
let that; let that;
export default { export default {
components: { DatePicker }, components: { DatePicker },
...@@ -230,8 +231,8 @@ export default { ...@@ -230,8 +231,8 @@ export default {
showProtocol: false, showProtocol: false,
showCardTypeVisible: false, showCardTypeVisible: false,
cardTypes: [], cardTypes: [],
envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial', // envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
// envVersion:'trial', envVersion: 'trial',
openWebAppConfigPositive: { openWebAppConfigPositive: {
username: 'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康 username: 'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path: 'pagesInsurance/all-entrance/index', // 打开页面 path: 'pagesInsurance/all-entrance/index', // 打开页面
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册