默认提交
Showing
8 changed files
with
84 additions
and
53 deletions
| ... | @@ -38,30 +38,38 @@ module.exports = { | ... | @@ -38,30 +38,38 @@ module.exports = { |
| 38 | name: "Customer service", | 38 | name: "Customer service", |
| 39 | path: "/custom/product", | 39 | path: "/custom/product", |
| 40 | list: [{ | 40 | list: [{ |
| 41 | name: "Query", | 41 | name: "Contact us", |
| 42 | path: "/custom/service" | 42 | path: "" |
| 43 | }, | 43 | }, |
| 44 | { | 44 | { |
| 45 | name: "Change", | 45 | name: "Pay premium", |
| 46 | path: "" | 46 | path: "/payment/type" |
| 47 | }, | 47 | }, |
| 48 | { | 48 | { |
| 49 | name: "Renewal", | 49 | name: "Query policy", |
| 50 | path: "/payment/type" | 50 | path: "/custom/service" |
| 51 | }, | 51 | }, |
| 52 | { | 52 | { |
| 53 | name: "Claim", | 53 | name: "Change policy", |
| 54 | path: "" | 54 | path: "" |
| 55 | }, | 55 | }, |
| 56 | { | 56 | { |
| 57 | name: "Booking", | 57 | name: "Claim report", |
| 58 | path: "/reservation" | 58 | path: "" |
| 59 | }, | 59 | }, |
| 60 | { | 60 | { |
| 61 | name: "Complaint", | 61 | name: "Reservation service", |
| 62 | path: "" | 62 | path: "/reservation" |
| 63 | }, | 63 | }, |
| 64 | ] | 64 | { |
| 65 | name: "Suggestions", | ||
| 66 | path: "" | ||
| 67 | }, | ||
| 68 | { | ||
| 69 | name: "Common form", | ||
| 70 | path: "" | ||
| 71 | }, | ||
| 72 | ] | ||
| 65 | }, | 73 | }, |
| 66 | { | 74 | { |
| 67 | name: "News", | 75 | name: "News", |
| ... | @@ -110,13 +118,13 @@ module.exports = { | ... | @@ -110,13 +118,13 @@ module.exports = { |
| 110 | iconProduct: "Product details" | 118 | iconProduct: "Product details" |
| 111 | }, | 119 | }, |
| 112 | customProduct: { | 120 | customProduct: { |
| 113 | menu1: "Policy inquiry", | 121 | menu1: "Contact us", |
| 114 | menu2: "Pay premium", | 122 | menu2: "Pay premium", |
| 115 | menu3: "Query policy", | 123 | menu3: "Query policy", |
| 116 | menu4: "Change policy", | 124 | menu4: "Change policy", |
| 117 | menu5: "Claim report", | 125 | menu5: "Claim report", |
| 118 | menu6: "Suggestions", | 126 | menu6: "Reservation service", |
| 119 | menu7: "Reservation service", | 127 | menu7: "Suggestions", |
| 120 | menu8: "Common form", | 128 | menu8: "Common form", |
| 121 | }, | 129 | }, |
| 122 | customService: { | 130 | customService: { | ... | ... |
| ... | @@ -38,18 +38,22 @@ module.exports = { | ... | @@ -38,18 +38,22 @@ module.exports = { |
| 38 | name: "客戶服務", | 38 | name: "客戶服務", |
| 39 | path: "/custom/product", | 39 | path: "/custom/product", |
| 40 | list: [{ | 40 | list: [{ |
| 41 | name: "聯系我們", | ||
| 42 | path: "" | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | name: "繳付保費", | ||
| 46 | path: "/payment/type" | ||
| 47 | }, | ||
| 48 | { | ||
| 41 | name: "保單查詢", | 49 | name: "保單查詢", |
| 42 | path: "/custom/service" | 50 | path: "/custom/service" |
| 43 | }, | 51 | }, |
| 44 | { | 52 | { |
| 45 | name: "保全變更", | 53 | name: "保單變更", |
| 46 | path: "" | 54 | path: "" |
| 47 | }, | 55 | }, |
| 48 | { | 56 | { |
| 49 | name: "續期繳費", | ||
| 50 | path: "/payment/type" | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | name: "理賠申請", | 57 | name: "理賠申請", |
| 54 | path: "" | 58 | path: "" |
| 55 | }, | 59 | }, |
| ... | @@ -61,6 +65,10 @@ module.exports = { | ... | @@ -61,6 +65,10 @@ module.exports = { |
| 61 | name: "投訴受理", | 65 | name: "投訴受理", |
| 62 | path: "" | 66 | path: "" |
| 63 | }, | 67 | }, |
| 68 | { | ||
| 69 | name: "常用表格", | ||
| 70 | path: "" | ||
| 71 | }, | ||
| 64 | ] | 72 | ] |
| 65 | }, | 73 | }, |
| 66 | { | 74 | { |
| ... | @@ -110,13 +118,13 @@ module.exports = { | ... | @@ -110,13 +118,13 @@ module.exports = { |
| 110 | iconProduct: "產品詳情" | 118 | iconProduct: "產品詳情" |
| 111 | }, | 119 | }, |
| 112 | customProduct: { | 120 | customProduct: { |
| 113 | menu1: "保單查詢", | 121 | menu1: "聯系我們", |
| 114 | menu2: "繳付保費", | 122 | menu2: "繳付保費", |
| 115 | menu3: "查詢保單", | 123 | menu3: "保單查詢", |
| 116 | menu4: "變更保單", | 124 | menu4: "保單變更", |
| 117 | menu5: "理賠報案", | 125 | menu5: "理賠申請", |
| 118 | menu6: "投訴建議", | 126 | menu6: "預約服務", |
| 119 | menu7: "預約服務", | 127 | menu7: "投訴受理", |
| 120 | menu8: "常用表格", | 128 | menu8: "常用表格", |
| 121 | }, | 129 | }, |
| 122 | customService: { | 130 | customService: { | ... | ... |
| ... | @@ -38,18 +38,22 @@ module.exports = { | ... | @@ -38,18 +38,22 @@ module.exports = { |
| 38 | name: "客户服务", | 38 | name: "客户服务", |
| 39 | path: "/custom/product", | 39 | path: "/custom/product", |
| 40 | list: [{ | 40 | list: [{ |
| 41 | name: "联系我们", | ||
| 42 | path: "" | ||
| 43 | }, | ||
| 44 | { | ||
| 45 | name: "缴付保费", | ||
| 46 | path: "/payment/type" | ||
| 47 | }, | ||
| 48 | { | ||
| 41 | name: "保单查询", | 49 | name: "保单查询", |
| 42 | path: "/custom/service" | 50 | path: "/custom/service" |
| 43 | }, | 51 | }, |
| 44 | { | 52 | { |
| 45 | name: "保全变更", | 53 | name: "保单变更", |
| 46 | path: "" | 54 | path: "" |
| 47 | }, | 55 | }, |
| 48 | { | 56 | { |
| 49 | name: "续期缴费", | ||
| 50 | path: "/payment/type" | ||
| 51 | }, | ||
| 52 | { | ||
| 53 | name: "理赔申请", | 57 | name: "理赔申请", |
| 54 | path: "" | 58 | path: "" |
| 55 | }, | 59 | }, |
| ... | @@ -61,6 +65,10 @@ module.exports = { | ... | @@ -61,6 +65,10 @@ module.exports = { |
| 61 | name: "投诉受理", | 65 | name: "投诉受理", |
| 62 | path: "" | 66 | path: "" |
| 63 | }, | 67 | }, |
| 68 | { | ||
| 69 | name: "常用表格", | ||
| 70 | path: "" | ||
| 71 | }, | ||
| 64 | ] | 72 | ] |
| 65 | }, | 73 | }, |
| 66 | { | 74 | { |
| ... | @@ -110,13 +118,13 @@ module.exports = { | ... | @@ -110,13 +118,13 @@ module.exports = { |
| 110 | iconProduct: "产品详情" | 118 | iconProduct: "产品详情" |
| 111 | }, | 119 | }, |
| 112 | customProduct: { | 120 | customProduct: { |
| 113 | menu1: "保单查询", | 121 | menu1: "联系我们", |
| 114 | menu2: "缴付保费", | 122 | menu2: "缴付保费", |
| 115 | menu3: "查询保单", | 123 | menu3: "保单查询", |
| 116 | menu4: "变更保单", | 124 | menu4: "保单变更", |
| 117 | menu5: "理赔报案", | 125 | menu5: "理赔申请", |
| 118 | menu6: "投诉建议", | 126 | menu6: "预约服务", |
| 119 | menu7: "预约服务", | 127 | menu7: "投诉受理", |
| 120 | menu8: "常用表格", | 128 | menu8: "常用表格", |
| 121 | }, | 129 | }, |
| 122 | customService: { | 130 | customService: { | ... | ... |
| ... | @@ -12,6 +12,13 @@ export default { | ... | @@ -12,6 +12,13 @@ export default { |
| 12 | }, | 12 | }, |
| 13 | components: {}, | 13 | components: {}, |
| 14 | methods: { | 14 | methods: { |
| 15 | toPage(name) { | ||
| 16 | document.documentElement.scrollTop = 0; | ||
| 17 | document.body.scrollTop = 0; | ||
| 18 | this.$router.push({ | ||
| 19 | name: name | ||
| 20 | }) | ||
| 21 | }, | ||
| 15 | initData() {} | 22 | initData() {} |
| 16 | }, | 23 | }, |
| 17 | mounted() {}, | 24 | mounted() {}, | ... | ... |
| ... | @@ -12,13 +12,13 @@ | ... | @@ -12,13 +12,13 @@ |
| 12 | </div> | 12 | </div> |
| 13 | <div class="t1">{{$t('customProduct.menu1')}}</div> | 13 | <div class="t1">{{$t('customProduct.menu1')}}</div> |
| 14 | </div> | 14 | </div> |
| 15 | <div class="product-item"> | 15 | <div @click="toPage('paymentType')" class="product-item"> |
| 16 | <div class="icon-wrap"> | 16 | <div class="icon-wrap"> |
| 17 | <img src="@/assets/images/custom-product/icon-cp-2.png"> | 17 | <img src="@/assets/images/custom-product/icon-cp-2.png"> |
| 18 | </div> | 18 | </div> |
| 19 | <div class="t1">{{$t('customProduct.menu2')}}</div> | 19 | <div class="t1">{{$t('customProduct.menu2')}}</div> |
| 20 | </div> | 20 | </div> |
| 21 | <div class="product-item"> | 21 | <div @click="toPage('customService')" class="product-item"> |
| 22 | <div class="icon-wrap"> | 22 | <div class="icon-wrap"> |
| 23 | <img src="@/assets/images/custom-product/icon-cp-3.png"> | 23 | <img src="@/assets/images/custom-product/icon-cp-3.png"> |
| 24 | </div> | 24 | </div> |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | </div> | 38 | </div> |
| 39 | <div class="t1">{{$t('customProduct.menu5')}}</div> | 39 | <div class="t1">{{$t('customProduct.menu5')}}</div> |
| 40 | </div> | 40 | </div> |
| 41 | <div class="product-item"> | 41 | <div @click="toPage('reservation')" class="product-item"> |
| 42 | <div class="icon-wrap"> | 42 | <div class="icon-wrap"> |
| 43 | <img src="@/assets/images/custom-product/icon-cp-6.png"> | 43 | <img src="@/assets/images/custom-product/icon-cp-6.png"> |
| 44 | </div> | 44 | </div> | ... | ... |
| ... | @@ -126,7 +126,7 @@ const routes = [ | ... | @@ -126,7 +126,7 @@ const routes = [ |
| 126 | name: 'customProduct', | 126 | name: 'customProduct', |
| 127 | component: () => import('./pages/custom-product/custom-product.vue'), | 127 | component: () => import('./pages/custom-product/custom-product.vue'), |
| 128 | meta: { | 128 | meta: { |
| 129 | title: '保单查询' | 129 | title: '' |
| 130 | } | 130 | } |
| 131 | }, | 131 | }, |
| 132 | 132 | ... | ... |
-
Please register or sign in to post a comment