提交 56f5a377 编写于 作者: zhaosheng.zhang's avatar zhaosheng.zhang

fix: 文案优化

上级 38f4c24c
......@@ -22,7 +22,7 @@
>
<van-field
v-model="dectionForm.name"
label="参保人姓名"
label="姓名"
clearable
required
class="appoint-form-items"
......@@ -30,10 +30,10 @@
:readonly="isReadonly('name')"
placeholder="点击此处输入"
:rules="[
{ required: true, message: '请输入参保人姓名' },
{ required: true, message: '请输入姓名' },
{
pattern: /^.{2,40}$/,
message: '参保人姓名请填写2-40位',
message: '姓名请填写2-40位',
},
]"
/>
......@@ -63,7 +63,7 @@
:class="{ 'field-readonly': isReadonly('idCard') }"
clearable
required
label="参保人证件号"
label="证件号"
placeholder="点击此处输入"
:rules="rules"
:readonly="isReadonly('idCard')"
......@@ -73,7 +73,7 @@
class="appoint-form-items"
:class="{ 'field-readonly': isReadonly('sex') }"
required
label="参保人性别"
label="性别"
>
<template #input>
<van-radio-group
......@@ -81,8 +81,12 @@
direction="horizontal"
:disabled="isReadonly('sex')"
>
<van-radio :name="1"></van-radio>
<van-radio :name="2"></van-radio>
<van-radio :name="1">
</van-radio>
<van-radio :name="2">
</van-radio>
</van-radio-group>
</template>
</van-field>
......@@ -91,7 +95,7 @@
class="appoint-form-items"
:class="{ 'field-readonly': isReadonly('birthTime') }"
required
label="参保人出生日期"
label="出生日期"
:right-icon="isReadonly('birthTime') ? '' : 'arrow'"
:readonly="isReadonly('birthTime')"
>
......@@ -106,7 +110,7 @@
v-model="dectionForm.mobilePhone"
class="appoint-form-items"
:class="{ 'field-readonly': isReadonly('mobilePhone') }"
label="参保人手机号"
label="手机号"
label-width="100%"
clearable
required
......@@ -122,13 +126,13 @@
>
<template #label>
<div class="phone-wrap">
参保人手机号
手机号
<span class="sm-grey">该手机号将用于接收预约信息</span>
</div>
</template>
</van-field>
</van-form>
<wx-open-launch-weapp
<!-- <wx-open-launch-weapp
v-if="!(rightsNo || projectEquityNo === 'SZ202306011000938751')"
id="checkBtn"
style="display: block"
......@@ -140,7 +144,7 @@
<script type="text/wxtag-template">
<style>.bottom-text { display: flex; align-items: center; justify-content: center; margin-top: 15px; margin-bottom: 10px;height: 18px;font-size: 13px;line-height: 18px;text-align: center;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;color: #212121ff; }</style> <div class="bottom-text">查看领取记录 ></div>
</script>
</wx-open-launch-weapp>
</wx-open-launch-weapp> -->
</div>
<div
v-for="(i, ind) in staticINFO.logoUrlList"
......@@ -191,7 +195,9 @@
size="25"
@click="showProtocol = false"
/>
<p class="title">身份校验通过</p>
<p class="title">
身份校验通过
</p>
<span class="content">请点击“下一步”进入权益领取流程</span>
<div class="submit-button submit-button-empty">
<wx-open-launch-weapp
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册