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

fix: 文案优化

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