diff --git a/src/views/ebiz/productFlowImprove/ProductDetail.vue b/src/views/ebiz/productFlowImprove/ProductDetail.vue
index 8847ce8b3..23b232d41 100644
--- a/src/views/ebiz/productFlowImprove/ProductDetail.vue
+++ b/src/views/ebiz/productFlowImprove/ProductDetail.vue
@@ -30,10 +30,7 @@
-
+
@@ -46,7 +43,7 @@ import { funcPermCheck } from '@/api/ebiz/common/common'
import riskRules from '../common/risk-rules.js'
import { getAgentInfo } from '@/api/ebiz/my/my.js'
import CalculatePremium from './components/CalculatePremium'
-
+import TitleBar from "./components/TitleBar.vue"
export default {
components: {
[Tab.name]: Tab,
@@ -58,7 +55,8 @@ export default {
[Cell.name]: Cell,
[Sticky.name]: Sticky,
[ActionSheet.name]: ActionSheet,
- CalculatePremium: CalculatePremium
+ CalculatePremium: CalculatePremium,
+ TitleBar: TitleBar,
},
data() {
return {
diff --git a/src/views/ebiz/productFlowImprove/components/TitleBar.vue b/src/views/ebiz/productFlowImprove/components/TitleBar.vue
new file mode 100644
index 000000000..966d14346
--- /dev/null
+++ b/src/views/ebiz/productFlowImprove/components/TitleBar.vue
@@ -0,0 +1,24 @@
+
+
+
+
{{ title || '标题' }}
+
取消
+
+
+
+
\ No newline at end of file
diff --git a/src/views/ebiz/saleFlowProImprove/InsuredInfo.vue b/src/views/ebiz/saleFlowProImprove/InsuredInfo.vue
index 30a57777f..ac4a71572 100644
--- a/src/views/ebiz/saleFlowProImprove/InsuredInfo.vue
+++ b/src/views/ebiz/saleFlowProImprove/InsuredInfo.vue
@@ -38,7 +38,7 @@
required
:parentShowPicker.sync="customerShowPicker"
v-model="userInfo.name"
- @nameChange="nameChange"
+ @blur="nameChange"
@on-click="selectClick('1')"
>
用于接收电子保单及相关服务通知
@@ -183,7 +185,7 @@
style="border-bottom: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;"
v-if="manageComCode == '45'"
>
-
+