修复18-19号提到的BUG
Showing
119 changed files
with
84 additions
and
81 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
sandbox/assets/css/chunk-65bbd6aa.css
0 → 100644
This diff is collapsed.
Click to expand it.
sandbox/assets/img/banner.jpg
deleted
100644 → 0
76.4 KB
sandbox/assets/img/product_banner_en.jpg
0 → 100644
176 KB
sandbox/assets/img/product_banner_tc.jpg
0 → 100644
175 KB
sandbox/assets/img/product_banner_zh.jpg
0 → 100644
175 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
sandbox/static/js/app.1576758661694.js
0 → 100644
This diff could not be displayed because it is too large.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-069a9dfa"],{1733:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMCAYAAAB8xa1IAAABMklEQVQ4jb3QTyjkYRgH8M/Muiia0+aiyNA6uHCSLcp5Ey4ykzgorSgnp81Ry81Bau11nV1c3MVBUojy58CFi8afg9rCwTM1fmvby45vvb3Pn/f5fp/vmyrksp34gU/KgwOMpgq57AVqyyRSxFn6HUSgIZ0obGOxJJ/FFdbRF2cyejM4jngH8yVz0zgvJU4KbQTRSuTLOMImbjGCwejdYSHi7/iGS+zH3MdS4oo/XcpiAk2J+jV2UYMOjKEdU1jDZ/wMsWFU/kuoBf3oxcMb/Q9xN6MNPfiCceRxj63kUPLrihhCLlwUUYV6L46L+Jr5dXIYIl3IoDWWeIWko/YghLnYvhm/vXzbKurQHW/6b/KNyyECS6h+a/NUIZd9+our/4o0Lt5B5zSNAeyhHM4eg3vwGfU9O/BbeuFDAAAAAElFTkSuQmCC"},"1a59":function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("div",{staticClass:"ebg"}),i("div",{staticClass:"content"},[i("div",{staticClass:"top-space"}),i("div",{staticClass:"box"},[i("div",{staticClass:"news"},t._l(t.news,(function(e,n){return i("div",{key:n,staticClass:"news-item",on:{click:function(a){return t.toNewsDetail(e.newsCode)}}},[i("div",{staticClass:"news-item-tit"},[i("div",{staticClass:"point"}),i("div",{staticClass:"tit"},[t._v(t._s(e.title))]),1==e.hadNewTag?i("img",{staticClass:"new",attrs:{src:a("1733")}}):t._e()]),i("div",{staticClass:"news-item-date"},[t._v(t._s(e.dateFormat))])])})),0),i("pagination",{ref:"pagination",staticClass:"pagination",attrs:{total:t.totalPage,totalItem:t.totalItem},on:{selpage:t.selPage}})],1)])])},n=[],s=(a("4634"),a("4ec3")),r=a.n(s),o=a("ed0b"),c=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"comp"},[a("div",{staticClass:"pagination gird-g"},[a("div",[t._v(t._s(t.$t("pagination.total"))),a("span",{staticClass:"t1"},[t._v(t._s(t.totalItem))]),t._v(t._s(t.$t("pagination.unit")))]),a("div",{staticClass:"pagination-item"},[a("span",{staticClass:"pointer",class:{"pagination-disabled":1==t.cur}},[a("a",{on:{click:function(e){return t.prevPage()}}},[t._v(t._s(t.$t("pagination.firstPage")))])]),t._l(t.indexs,(function(e,i){return a("span",{key:i,staticClass:"page-num pointer",class:{active:t.cur==e},on:{click:function(a){return t.selPage(e)}}},[a("a",[t._v(t._s(e))])])})),a("span",{staticClass:"pointer",class:{"pagination-disabled":t.cur==t.total}},[a("a",{on:{click:function(e){return t.nextPage()}}},[t._v(t._s(t.$t("pagination.nextPage")))])])],2),a("div",{staticClass:"pagination-item"},[a("span",[t._v(t._s(t.$t("pagination.per")))]),a("input",{directives:[{name:"model",rawName:"v-model",value:t.sel,expression:"sel"}],staticClass:"ipt",attrs:{placeholder:t.cur,type:"text"},domProps:{value:t.sel},on:{input:function(e){e.target.composing||(t.sel=e.target.value)}}}),a("span",[t._v("/ "+t._s(t.total)+t._s(t.$t("pagination.page")))]),a("span",{staticClass:"jump pointer",on:{click:t.jumpPage}},[t._v(t._s(t.$t("pagination.goto")))])])])])},u=[],l=(a("8f42"),{name:"pagination",props:{total:{type:Number,default:1},totalItem:{type:Number,default:1}},data:function(){return{cur:1,sel:1}},components:{},computed:{offSet:function(){return 5*(this.cur-1)},indexs:function(){var t=1,e=this.total,a=[];this.total>=11&&(this.cur>5&&this.cur<this.total-4?(t=this.cur-5,e=this.cur+4):this.cur<=5?(t=1,e=10):(e=this.total,t=this.total-9));while(t<=e)a.push(t),t++;return a}},methods:{jumpPage:function(){this.cur=this.sel,this.cur<1&&(this.cur=1),this.cur>this.total&&(this.cur=this.total),this.sendPage()},selPage:function(t){t!=this.cur&&(this.cur=t,this.sel=this.cur,this.sendPage())},prevPage:function(){this.cur--,this.cur<1&&(this.cur=1),this.sel=this.cur,this.sendPage()},nextPage:function(){this.cur++,this.cur>this.total&&(this.cur=this.total),this.sel=this.cur,this.sendPage()},sendPage:function(){this.$emit("selpage",{page:this.cur})},initData:function(){}},mounted:function(){},created:function(){}}),p=l,f=(a("80b2"),a("6691")),g=Object(f["a"])(p,c,u,!1,null,"2ae4ffb0",null),h=g.exports,d=a("71e2"),v={name:"newsList",components:{Pagination:h},data:function(){return{key:"value",queryForm:{l:"tc",page:1,size:10},totalPage:0,totalItem:0,news:[]}},methods:{toNewsDetail:function(t){this.$router.push({path:"/news/detail",query:{c:t}})},selPage:function(t){var e=t.page;this.$router.push({path:"/news/list",query:{page:e}}),this.initData()},initData:function(){var t=this,e=this.$i18n.locale;this.queryForm.l=e;var a=this.$route.query.page||1;this.queryForm.page=a,this.$nextTick((function(){t.$refs.pagination.selPage(a)})),Object(o["b"])({url:r.a.newsList,data:this.queryForm}).then((function(e){var a=e.list;a.forEach((function(t){t.dateFormat=Object(d["a"])(t.createAt)})),t.$set(t,"news",a),t.totalPage=Math.ceil(e.total/t.queryForm.size),t.totalItem=e.total}))}},mounted:function(){},created:function(){document.documentElement.scrollTop=0,document.body.scrollTop=0,this.initData()}},m=v,A=(a("8186"),Object(f["a"])(m,i,n,!1,null,"6c3b28f4",null));e["default"]=A.exports},"307d":function(t,e,a){},"3a06":function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},7130:function(t,e,a){var i=a("2498"),n=a("3038"),s=a("0cc1"),r=a("3a06"),o="["+r+"]",c=" ",u=RegExp("^"+o+o+"*"),l=RegExp(o+o+"*$"),p=function(t,e,a){var n={},o=s((function(){return!!r[t]()||c[t]()!=c})),u=n[t]=o?e(f):r[t];a&&(n[a]=u),i(i.P+i.F*o,"String",n)},f=p.trim=function(t,e){return t=String(n(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=p},"80b2":function(t,e,a){"use strict";var i=a("dcd0"),n=a.n(i);n.a},8186:function(t,e,a){"use strict";var i=a("307d"),n=a.n(i);n.a},"8f42":function(t,e,a){"use strict";var i=a("3f8b"),n=a("549d"),s=a("6077"),r=a("1e01"),o=a("2ab1"),c=a("0cc1"),u=a("cb2e").f,l=a("e493").f,p=a("d3d8").f,f=a("7130").trim,g="Number",h=i[g],d=h,v=h.prototype,m=s(a("65c3")(v))==g,A="trim"in String.prototype,b=function(t){var e=o(t,!1);if("string"==typeof e&&e.length>2){e=A?e.trim():f(e,3);var a,i,n,s=e.charCodeAt(0);if(43===s||45===s){if(a=e.charCodeAt(2),88===a||120===a)return NaN}else if(48===s){switch(e.charCodeAt(1)){case 66:case 98:i=2,n=49;break;case 79:case 111:i=8,n=55;break;default:return+e}for(var r,c=e.slice(2),u=0,l=c.length;u<l;u++)if(r=c.charCodeAt(u),r<48||r>n)return NaN;return parseInt(c,i)}}return+e};if(!h(" 0o1")||!h("0b1")||h("+0x1")){h=function(t){var e=arguments.length<1?0:t,a=this;return a instanceof h&&(m?c((function(){v.valueOf.call(a)})):s(a)!=g)?r(new d(b(e)),a,h):b(e)};for(var _,C=a("f9a5")?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),y=0;C.length>y;y++)n(d,_=C[y])&&!n(h,_)&&p(h,_,l(d,_));h.prototype=v,v.constructor=h,a("a6d5")(i,g,h)}},dcd0:function(t,e,a){}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-069a9dfa"],{1733:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAPCAYAAABqQqYpAAABjklEQVQ4jcXTMUhVcRQG8N99PpCEkoZQDIJ4RlAQFA5uhVAgBIoowluCAiEbCreGokWKQmippiCCKHAppyTEsTYHI5qaGgoarkPBc9CG/3l0sXvB6b0PDpz7nfu/3/c/59wsbzb68QRTOKBz+IM3WKjjBSY7KN5GH66iL8ubjR1kXTDRRqvWZQPQWyshVzGB3wVuAmuRj+F4RAPvgz+LD4UzS7hSeP6O0/i2V7DMxCesoImd4FbwOfL1ELyFBZwL/jAeRN7CfbzEZnBP8RNH92MCeqQb3q6oD+NCxJHgboTBr9LW5xgI8W08lxaxd+/H6hUiB6V2XsOpkvqjCHgldW0SQ3iGj7iMUSziDH7heplYlQnh+gvmSmp3o57hWHA98e6idPNVaWz3pNGNS3v0H6rG0cZDXCzhN/EW7/CjwM9hFydwSRrVTJiarxIp68QIzhdMvsas1FJhaiOijpMYjNogHks708adMDNeZSLLm43dqmKnUPPvN+wWWjVptt3Ecl3a8hzTONRB8S0s4+ZfrpxKJ/cIpTQAAAAASUVORK5CYII="},"1a59":function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("div",{staticClass:"ebg"}),i("div",{staticClass:"content"},[i("div",{staticClass:"top-space"}),i("div",{staticClass:"box"},[i("div",{staticClass:"news"},t._l(t.news,(function(e,s){return i("div",{key:s,staticClass:"news-item",on:{click:function(a){return t.toNewsDetail(e.newsCode)}}},[i("div",{staticClass:"news-item-tit"},[i("div",{staticClass:"point"}),i("div",{staticClass:"tit"},[t._v(t._s(e.title))]),1==e.hadNewTag?i("img",{staticClass:"new",attrs:{src:a("1733")}}):t._e()]),i("div",{staticClass:"news-item-date"},[t._v(t._s(e.dateFormat))])])})),0),i("pagination",{ref:"pagination",staticClass:"pagination",attrs:{total:t.totalPage,totalItem:t.totalItem},on:{selpage:t.selPage}})],1)])])},s=[],n=(a("4634"),a("4ec3")),r=a.n(n),o=a("ed0b"),c=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"comp"},[a("div",{staticClass:"pagination gird-g"},[a("div",[t._v(t._s(t.$t("pagination.total"))),a("span",{staticClass:"t1"},[t._v(t._s(t.totalItem))]),t._v(t._s(t.$t("pagination.unit")))]),a("div",{staticClass:"pagination-item"},[a("span",{staticClass:"pointer",class:{"pagination-disabled":1==t.cur}},[a("a",{on:{click:function(e){return t.prevPage()}}},[t._v(t._s(t.$t("pagination.firstPage")))])]),t._l(t.indexs,(function(e,i){return a("span",{key:i,staticClass:"page-num pointer",class:{active:t.cur==e},on:{click:function(a){return t.selPage(e)}}},[a("a",[t._v(t._s(e))])])})),a("span",{staticClass:"pointer",class:{"pagination-disabled":t.cur==t.total}},[a("a",{on:{click:function(e){return t.nextPage()}}},[t._v(t._s(t.$t("pagination.nextPage")))])])],2),a("div",{staticClass:"pagination-item"},[a("span",[t._v(t._s(t.$t("pagination.per")))]),a("input",{directives:[{name:"model",rawName:"v-model",value:t.sel,expression:"sel"}],staticClass:"ipt",attrs:{placeholder:t.cur,type:"text"},domProps:{value:t.sel},on:{input:function(e){e.target.composing||(t.sel=e.target.value)}}}),a("span",[t._v("/ "+t._s(t.total)+t._s(t.$t("pagination.page")))]),a("span",{staticClass:"jump pointer",on:{click:t.jumpPage}},[t._v(t._s(t.$t("pagination.goto")))])])])])},u=[],l=(a("8f42"),{name:"pagination",props:{total:{type:Number,default:1},totalItem:{type:Number,default:1}},data:function(){return{cur:1,sel:1}},components:{},computed:{offSet:function(){return 5*(this.cur-1)},indexs:function(){var t=1,e=this.total,a=[];this.total>=11&&(this.cur>5&&this.cur<this.total-4?(t=this.cur-5,e=this.cur+4):this.cur<=5?(t=1,e=10):(e=this.total,t=this.total-9));while(t<=e)a.push(t),t++;return a}},methods:{jumpPage:function(){this.cur=this.sel,this.cur<1&&(this.cur=1),this.cur>this.total&&(this.cur=this.total),this.sendPage()},selPage:function(t){t!=this.cur&&(this.cur=t,this.sel=this.cur,this.sendPage())},prevPage:function(){this.cur--,this.cur<1&&(this.cur=1),this.sel=this.cur,this.sendPage()},nextPage:function(){this.cur++,this.cur>this.total&&(this.cur=this.total),this.sel=this.cur,this.sendPage()},sendPage:function(){this.$emit("selpage",{page:this.cur})},initData:function(){}},mounted:function(){},created:function(){}}),p=l,h=(a("80b2"),a("6691")),f=Object(h["a"])(p,c,u,!1,null,"2ae4ffb0",null),d=f.exports,g=a("71e2"),v={name:"newsList",components:{Pagination:d},data:function(){return{key:"value",queryForm:{l:"tc",page:1,size:10},totalPage:0,totalItem:0,news:[]}},methods:{toNewsDetail:function(t){this.$router.push({path:"/news/detail",query:{c:t}})},selPage:function(t){var e=t.page;this.$router.push({path:"/news/list",query:{page:e}}),this.initData()},initData:function(){var t=this,e=this.$i18n.locale;this.queryForm.l=e;var a=this.$route.query.page||1;this.queryForm.page=a,this.$nextTick((function(){t.$refs.pagination.selPage(a)})),Object(o["b"])({url:r.a.newsList,data:this.queryForm}).then((function(e){var a=e.list;a.forEach((function(t){t.dateFormat=Object(g["b"])(t.createAt)})),t.$set(t,"news",a),t.totalPage=Math.ceil(e.total/t.queryForm.size),t.totalItem=e.total}))}},mounted:function(){},created:function(){document.documentElement.scrollTop=0,document.body.scrollTop=0,this.initData()}},m=v,A=(a("8186"),Object(h["a"])(m,i,s,!1,null,"6c3b28f4",null));e["default"]=A.exports},"307d":function(t,e,a){},"3a06":function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},7130:function(t,e,a){var i=a("2498"),s=a("3038"),n=a("0cc1"),r=a("3a06"),o="["+r+"]",c=" ",u=RegExp("^"+o+o+"*"),l=RegExp(o+o+"*$"),p=function(t,e,a){var s={},o=n((function(){return!!r[t]()||c[t]()!=c})),u=s[t]=o?e(h):r[t];a&&(s[a]=u),i(i.P+i.F*o,"String",s)},h=p.trim=function(t,e){return t=String(s(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=p},"80b2":function(t,e,a){"use strict";var i=a("dcd0"),s=a.n(i);s.a},8186:function(t,e,a){"use strict";var i=a("307d"),s=a.n(i);s.a},"8f42":function(t,e,a){"use strict";var i=a("3f8b"),s=a("549d"),n=a("6077"),r=a("1e01"),o=a("2ab1"),c=a("0cc1"),u=a("cb2e").f,l=a("e493").f,p=a("d3d8").f,h=a("7130").trim,f="Number",d=i[f],g=d,v=d.prototype,m=n(a("65c3")(v))==f,A="trim"in String.prototype,C=function(t){var e=o(t,!1);if("string"==typeof e&&e.length>2){e=A?e.trim():h(e,3);var a,i,s,n=e.charCodeAt(0);if(43===n||45===n){if(a=e.charCodeAt(2),88===a||120===a)return NaN}else if(48===n){switch(e.charCodeAt(1)){case 66:case 98:i=2,s=49;break;case 79:case 111:i=8,s=55;break;default:return+e}for(var r,c=e.slice(2),u=0,l=c.length;u<l;u++)if(r=c.charCodeAt(u),r<48||r>s)return NaN;return parseInt(c,i)}}return+e};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(t){var e=arguments.length<1?0:t,a=this;return a instanceof d&&(m?c((function(){v.valueOf.call(a)})):n(a)!=f)?r(new g(C(e)),a,d):C(e)};for(var N,_=a("f9a5")?u(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),b=0;_.length>b;b++)s(g,N=_[b])&&!s(d,N)&&p(d,N,l(g,N));d.prototype=v,v.constructor=d,a("a6d5")(i,f,d)}},dcd0:function(t,e,a){}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-46f5b7ef"],{"3f05":function(t,i,s){t.exports=s.p+"assets/img/product3.jpg"},"50f2":function(t,i,s){t.exports=s.p+"assets/img/product_banner_en.jpg"},"54f9":function(t,i,s){t.exports=s.p+"assets/img/product2.jpg"},"56d5":function(t,i,s){"use strict";var c=s("9996"),n=s.n(c);n.a},"6af1":function(t,i,s){t.exports=s.p+"assets/img/product_banner_zh.jpg"},9996:function(t,i,s){},b578:function(t,i,s){t.exports=s.p+"assets/img/product_banner_tc.jpg"},c568:function(t,i,s){t.exports=s.p+"assets/img/product1.jpg"},d154:function(t,i,s){t.exports=s.p+"assets/img/question.jpg"},d43a:function(t,i,s){t.exports=s.p+"assets/img/process.jpg"},ee53:function(t,i,s){"use strict";s.r(i);var c=function(){var t=this,i=t.$createElement,c=t._self._c||i;return c("div",{staticClass:"content"},[c("div",{staticClass:"banner"},[c("img",{staticClass:"banner-img pointer",attrs:{src:s("ef3a")("./product_banner_"+t.locale+".jpg")},on:{click:function(i){return t.toReservation()}}})]),c("div",{staticClass:"box bottom-space"},[c("div",{ref:"ruleBtnGroup",staticClass:"rule-btn-out-group"},[c("div",{staticClass:"rule-btn-group",class:{fix:t.fixTop}},[c("div",{staticClass:"rule-btn",class:{activity:"product"==t.activity},on:{click:function(i){t.activity="product"}}},[c("div",[c("i",{staticClass:"icon-product"}),t._v(" "+t._s(t.$t("product.iconProduct"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})]),c("div",{staticClass:"rule-btn",class:{activity:"process"==t.activity},on:{click:function(i){t.activity="process"}}},[c("div",[c("i",{staticClass:"icon-process"}),t._v(" "+t._s(t.$t("product.iconProcess"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})]),c("div",{staticClass:"rule-btn",class:{activity:"problem"==t.activity},on:{click:function(i){t.activity="problem"}}},[c("div",[c("i",{staticClass:"icon-problem"}),t._v(" "+t._s(t.$t("product.iconProblem"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})])])]),c("div",{staticClass:"blank-pannel"}),c("div",{staticClass:"rule-container",class:{activity:"product"==t.activity}},[c("img",{attrs:{src:s("c568")}}),c("img",{attrs:{src:s("54f9")}}),c("img",{attrs:{src:s("3f05")}})]),c("div",{staticClass:"rule-container",class:{activity:"process"==t.activity}},[c("img",{attrs:{src:s("d43a")}})]),c("div",{staticClass:"rule-container",class:{activity:"problem"==t.activity}},[c("img",{attrs:{src:s("d154")}})])])])},n=[],r=(s("4ec3"),s("ed0b"),{data:function(){return{isFixTop:!1,activity:"product"}},components:{},methods:{initData:function(){},checkBtnGroupFixed:function(){if(this.$refs.ruleBtnGroup){var t=this.$refs.ruleBtnGroup.getBoundingClientRect().top;this.isFixTop=t<0}},toReservation:function(){this.$router.push({path:"/custom/service",query:{q:"m6"}})}},computed:{fixTop:function(){return this.isFixTop},locale:function(){return this.$i18n.locale||"tc"}},mounted:function(){var t=this;window.addEventListener("scroll",(function(){t.checkBtnGroupFixed()}))},created:function(){}}),o=r,e=(s("56d5"),s("6691")),a=Object(e["a"])(o,c,n,!1,null,"70330f7e",null);i["default"]=a.exports},ef3a:function(t,i,s){var c={"./product_banner_en.jpg":"50f2","./product_banner_tc.jpg":"b578","./product_banner_zh.jpg":"6af1"};function n(t){var i=r(t);return s(i)}function r(t){if(!s.o(c,t)){var i=new Error("Cannot find module '"+t+"'");throw i.code="MODULE_NOT_FOUND",i}return c[t]}n.keys=function(){return Object.keys(c)},n.resolve=r,t.exports=n,n.id="ef3a"}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5536e1b6"],{"0130":function(t,e,a){"use strict";var n=a("32c4"),c=a.n(n);c.a},"2b5c":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAABMUlEQVQokY3SO0gcURiG4WfHAfGGiEiECBaCFintttLO4N1eUlhoZ6F1sAjYWC0WoqA2FpJGFAshoJ0hYG0XBQuzNuIFoi6rFjMLs8Ms+DUH/vO95/y33MjXISn9QD8+oQnXKGIDvyqmIAEM4wpfsIUB9GEB5yhgv2LOxT+OYw+T8Ql1aMZd4vFj1CMfoA07yCcg+IbVVBmDaMVaiO84wmnK9IpyugEYxVkQN6KQYSijlBH/i8cAD/iTYWhQXV9SxRBP+J9xeYOlVLpvWMZtiEZ04l8KPEAHPqfAEtpCURPGsJ4Cy6KhZ6krwBrmahiyNI27IE6piO0PQF2i2c5WVm4CvThEdw1oBr8xj5MwDj6LNmcFm7jAJV7Qjh60YEo8ulC1FkWLPR6nFeIeP7GbNL4DTFpA9HKFTM8AAAAASUVORK5CYII="},"32c4":function(t,e,a){},c366:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("div",[n("div",{staticClass:"top-space"}),n("h2",{staticClass:"tit"},[t._v(t._s(t.data.title))]),n("div",{staticClass:"box back",on:{click:t.toNewsList}},[t._v(" "+t._s(t.$t("newsDetail.back"))+" >")]),n("div",{staticClass:"box dat"},[n("div",{staticClass:"date"},[n("img",{staticClass:"icon-clock",attrs:{src:a("2b5c"),alt:""}}),t._v(" "+t._s(t.$t("newsDetail.publishAt"))+":"+t._s(t.data.dateFormat))]),n("div",{staticClass:"pv"},[t._v(t._s(t.$t("newsDetail.readers"))+":"+t._s(t.data.pv)+" "+t._s(t.$t("newsDetail.per")))])]),n("div",{staticClass:"box desc",domProps:{innerHTML:t._s(t.data.content)}},[t._v("\n\t\t\t"+t._s(t.data.content)+"\n\t\t")])])])},c=[],s=(a("efce"),a("4634"),a("ed8b"),a("97a3")),i=a("591a"),o=a("4ec3"),r=a.n(o),l=a("ed0b"),d=a("71e2"),u=a("fa7d");function p(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function b(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?p(a,!0).forEach((function(e){Object(s["a"])(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):p(a).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}var A={data:function(){return{key:"value",data:{title:"",content:"",dateFormat:"",pv:0},hadData:!0}},computed:b({},Object(i["c"])({userInfo:function(t){return t.userInfo}})),components:{},methods:{toNewsList:function(){this.$router.go(-1)},initData:function(){var t=this,e=this.$route.query.c,a=this.$i18n.locale,n={l:a,newsCode:e};Object(l["b"])({url:r.a.newsDetail,data:n}).then((function(e){e?(t.data.title=e.title,t.data.content=e.content,t.data.dateFormat=Object(d["a"])(e.createAt),t.data.pv=e.pv,t.data.title&&Object(u["e"])(t.data.title)):t.hadData=!1}))}},mounted:function(){this.initData()},created:function(){document.documentElement.scrollTop=0,document.body.scrollTop=0}},f=A,v=(a("0130"),a("6691")),O=Object(v["a"])(f,n,c,!1,null,"389b726c",null);e["default"]=O.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5536e1b6"],{"0130":function(t,e,a){"use strict";var n=a("32c4"),c=a.n(n);c.a},"2b5c":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAABMUlEQVQokY3SO0gcURiG4WfHAfGGiEiECBaCFintttLO4N1eUlhoZ6F1sAjYWC0WoqA2FpJGFAshoJ0hYG0XBQuzNuIFoi6rFjMLs8Ms+DUH/vO95/y33MjXISn9QD8+oQnXKGIDvyqmIAEM4wpfsIUB9GEB5yhgv2LOxT+OYw+T8Ql1aMZd4vFj1CMfoA07yCcg+IbVVBmDaMVaiO84wmnK9IpyugEYxVkQN6KQYSijlBH/i8cAD/iTYWhQXV9SxRBP+J9xeYOlVLpvWMZtiEZ04l8KPEAHPqfAEtpCURPGsJ4Cy6KhZ6krwBrmahiyNI27IE6piO0PQF2i2c5WVm4CvThEdw1oBr8xj5MwDj6LNmcFm7jAJV7Qjh60YEo8ulC1FkWLPR6nFeIeP7GbNL4DTFpA9HKFTM8AAAAASUVORK5CYII="},"32c4":function(t,e,a){},c366:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("div",[n("div",{staticClass:"top-space"}),n("h2",{staticClass:"tit"},[t._v(t._s(t.data.title))]),n("div",{staticClass:"box back",on:{click:t.toNewsList}},[t._v(" "+t._s(t.$t("newsDetail.back"))+" >")]),n("div",{staticClass:"box dat"},[n("div",{staticClass:"date"},[n("img",{staticClass:"icon-clock",attrs:{src:a("2b5c"),alt:""}}),t._v(" "+t._s(t.$t("newsDetail.publishAt"))+":"+t._s(t.data.dateFormat))]),n("div",{staticClass:"pv"},[t._v(t._s(t.$t("newsDetail.readers"))+":"+t._s(t.data.pv)+" "+t._s(t.$t("newsDetail.per")))])]),n("div",{staticClass:"box desc",domProps:{innerHTML:t._s(t.data.content)}},[t._v("\n\t\t\t"+t._s(t.data.content)+"\n\t\t")])])])},c=[],s=(a("efce"),a("4634"),a("ed8b"),a("97a3")),i=a("591a"),o=a("4ec3"),r=a.n(o),l=a("ed0b"),d=a("71e2"),u=a("fa7d");function p(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function b(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?p(a,!0).forEach((function(e){Object(s["a"])(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):p(a).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}var A={data:function(){return{key:"value",data:{title:"",content:"",dateFormat:"",pv:0},hadData:!0}},computed:b({},Object(i["c"])({userInfo:function(t){return t.userInfo}})),components:{},methods:{toNewsList:function(){this.$router.go(-1)},initData:function(){var t=this,e=this.$route.query.c,a=this.$i18n.locale,n={l:a,newsCode:e};Object(l["b"])({url:r.a.newsDetail,data:n}).then((function(e){e?(t.data.title=e.title,t.data.content=e.content,t.data.dateFormat=Object(d["b"])(e.createAt),t.data.pv=e.pv,t.data.title&&Object(u["e"])(t.data.title)):t.hadData=!1}))}},mounted:function(){this.initData()},created:function(){document.documentElement.scrollTop=0,document.body.scrollTop=0}},f=A,v=(a("0130"),a("6691")),O=Object(v["a"])(f,n,c,!1,null,"389b726c",null);e["default"]=O.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9f4bc054"],{"256a":function(t,i,s){"use strict";var c=s("ebbf"),n=s.n(c);n.a},"284f":function(t,i,s){t.exports=s.p+"assets/img/banner.jpg"},"3f05":function(t,i,s){t.exports=s.p+"assets/img/product3.jpg"},"54f9":function(t,i,s){t.exports=s.p+"assets/img/product2.jpg"},c568:function(t,i,s){t.exports=s.p+"assets/img/product1.jpg"},d154:function(t,i,s){t.exports=s.p+"assets/img/question.jpg"},d43a:function(t,i,s){t.exports=s.p+"assets/img/process.jpg"},ebbf:function(t,i,s){},ee53:function(t,i,s){"use strict";s.r(i);var c=function(){var t=this,i=t.$createElement,c=t._self._c||i;return c("div",{staticClass:"content"},[c("div",{staticClass:"banner"},[c("div",{staticClass:"btn btn-position",on:{click:function(i){return t.toReservation()}}},[t._v(t._s(t.$t("product.btnPosition")))]),c("img",{attrs:{src:s("284f")}})]),c("div",{staticClass:"box bottom-space"},[c("div",{ref:"ruleBtnGroup",staticClass:"rule-btn-out-group"},[c("div",{staticClass:"rule-btn-group",class:{fix:t.fixTop}},[c("div",{staticClass:"rule-btn",class:{activity:"product"==t.activity},on:{click:function(i){t.activity="product"}}},[c("div",[c("i",{staticClass:"icon-product"}),t._v(" "+t._s(t.$t("product.iconProduct"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})]),c("div",{staticClass:"rule-btn",class:{activity:"process"==t.activity},on:{click:function(i){t.activity="process"}}},[c("div",[c("i",{staticClass:"icon-process"}),t._v(" "+t._s(t.$t("product.iconProcess"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})]),c("div",{staticClass:"rule-btn",class:{activity:"problem"==t.activity},on:{click:function(i){t.activity="problem"}}},[c("div",[c("i",{staticClass:"icon-problem"}),t._v(" "+t._s(t.$t("product.iconProblem"))+"\n\t\t\t\t\t")]),c("div",{staticClass:"triangle"})])])]),c("div",{staticClass:"blank-pannel"}),c("div",{staticClass:"rule-container",class:{activity:"product"==t.activity}},[c("img",{attrs:{src:s("c568")}}),c("img",{attrs:{src:s("54f9")}}),c("img",{attrs:{src:s("3f05")}})]),c("div",{staticClass:"rule-container",class:{activity:"process"==t.activity}},[c("img",{attrs:{src:s("d43a")}})]),c("div",{staticClass:"rule-container",class:{activity:"problem"==t.activity}},[c("img",{attrs:{src:s("d154")}})])])])},n=[],a=(s("4ec3"),s("ed0b"),{data:function(){return{isFixTop:!1,activity:"product"}},components:{},methods:{initData:function(){},checkBtnGroupFixed:function(){if(this.$refs.ruleBtnGroup){var t=this.$refs.ruleBtnGroup.getBoundingClientRect().top;this.isFixTop=t<0}},toReservation:function(){this.$router.push({path:"/custom/service",query:{q:"m6"}})}},computed:{fixTop:function(){return this.isFixTop}},mounted:function(){var t=this;window.addEventListener("scroll",(function(){t.checkBtnGroupFixed()}))},created:function(){}}),o=a,r=(s("256a"),s("6691")),e=Object(r["a"])(o,c,n,!1,null,"08d6d53e",null);i["default"]=e.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
File moved
... | @@ -20,7 +20,6 @@ import VFooter from "@components/home/footer/footer.vue"; | ... | @@ -20,7 +20,6 @@ import VFooter from "@components/home/footer/footer.vue"; |
20 | import api from "@/api/api"; | 20 | import api from "@/api/api"; |
21 | import { httpGet, httpPost } from "@/api/fetch-api.js"; | 21 | import { httpGet, httpPost } from "@/api/fetch-api.js"; |
22 | 22 | ||
23 | window.eventBus = new Vue(); | ||
24 | var UA = require("ua-device"); | 23 | var UA = require("ua-device"); |
25 | 24 | ||
26 | export default { | 25 | export default { | ... | ... |
176 KB
175 KB
175 KB
... | @@ -23,33 +23,33 @@ module.exports = { | ... | @@ -23,33 +23,33 @@ module.exports = { |
23 | }, | 23 | }, |
24 | nav: { | 24 | nav: { |
25 | loginData: { | 25 | loginData: { |
26 | name: "login", | 26 | name: "Login", |
27 | path: "/login", | 27 | path: "/login", |
28 | list: [{ | 28 | list: [{ |
29 | name: "register", | 29 | name: "Register", |
30 | path: "/register", | 30 | path: "/register", |
31 | type: "noAuth", | 31 | type: "noAuth", |
32 | value: "" | 32 | value: "" |
33 | }, { | 33 | }, { |
34 | name: "login", | 34 | name: "Login", |
35 | path: "", | 35 | path: "", |
36 | type: "noAuth", | 36 | type: "noAuth", |
37 | value: "login" | 37 | value: "login" |
38 | }, | 38 | }, |
39 | { | 39 | { |
40 | name: "modify password", | 40 | name: "Modify password", |
41 | path: "/password/reset", | 41 | path: "/password/reset", |
42 | type: "auth", | 42 | type: "auth", |
43 | value: "" | 43 | value: "" |
44 | }, | 44 | }, |
45 | // { | ||
46 | // name: "profile", | ||
47 | // path: "/infomation/improve", | ||
48 | // type: "auth", | ||
49 | // value: "" | ||
50 | // }, | ||
45 | { | 51 | { |
46 | name: "profile", | 52 | name: "Logout", |
47 | path: "/infomation/improve", | ||
48 | type: "auth", | ||
49 | value: "" | ||
50 | }, | ||
51 | { | ||
52 | name: "logout", | ||
53 | path: "", | 53 | path: "", |
54 | type: "auth", | 54 | type: "auth", |
55 | value: "logout" | 55 | value: "logout" |
... | @@ -73,32 +73,32 @@ module.exports = { | ... | @@ -73,32 +73,32 @@ module.exports = { |
73 | name: "Customer Service", | 73 | name: "Customer Service", |
74 | path: "/custom/product", | 74 | path: "/custom/product", |
75 | list: [ | 75 | list: [ |
76 | { | 76 | // { |
77 | name: "Customer Service", | 77 | // name: "Customer Service", |
78 | path: "/custom/product" | 78 | // path: "/custom/product" |
79 | }, | 79 | // }, |
80 | { | 80 | { |
81 | name: "Contact Us", | 81 | name: "Contact Us", |
82 | path: "/custom/service?q=m1" | 82 | path: "/custom/service?q=m1" |
83 | }, | 83 | }, |
84 | { | 84 | { |
85 | name: "Online Premium Payment", | 85 | name: "Payment Options", |
86 | path: "/custom/service?q=m2" | 86 | path: "/custom/service?q=m2" |
87 | }, | 87 | }, |
88 | { | 88 | { |
89 | name: "Policy Inquiry", | 89 | name: "Policy Enquiry", |
90 | path: "/custom/service?q=m3" | 90 | path: "/custom/service?q=m3" |
91 | }, | 91 | }, |
92 | { | 92 | { |
93 | name: "Policy Change", | 93 | name: "Change of Policy", |
94 | path: "/custom/service?q=m41" | 94 | path: "/custom/service?q=m41" |
95 | }, | 95 | }, |
96 | { | 96 | { |
97 | name: "Claims", | 97 | name: "Claims Application", |
98 | path: "/custom/service?q=m5" | 98 | path: "/custom/service?q=m5" |
99 | }, | 99 | }, |
100 | { | 100 | { |
101 | name: "E-reservation", | 101 | name: "Reservation", |
102 | path: "/custom/service?q=m6" | 102 | path: "/custom/service?q=m6" |
103 | }, | 103 | }, |
104 | { | 104 | { |
... | @@ -437,13 +437,13 @@ module.exports = { | ... | @@ -437,13 +437,13 @@ module.exports = { |
437 | }, | 437 | }, |
438 | customProduct: { | 438 | customProduct: { |
439 | menu1: "Contact us", | 439 | menu1: "Contact us", |
440 | menu2: "Pay premium", | 440 | menu2: "Payment Options", |
441 | menu3: "Query policy", | 441 | menu3: "Policy Enquiry", |
442 | menu4: "Change policy", | 442 | menu4: "Change of Policy", |
443 | menu5: "Claim report", | 443 | menu5: "Claims Application", |
444 | menu6: "Reservation service", | 444 | menu6: "Reservation", |
445 | menu7: "Suggestions", | 445 | menu7: "Complaints", |
446 | menu8: "Common form", | 446 | menu8: "Useful Forms", |
447 | }, | 447 | }, |
448 | commonForm: { | 448 | commonForm: { |
449 | head1: "Type of Forms", | 449 | head1: "Type of Forms", |
... | @@ -576,7 +576,7 @@ module.exports = { | ... | @@ -576,7 +576,7 @@ module.exports = { |
576 | projectType: 1, | 576 | projectType: 1, |
577 | path: "/custom/service", | 577 | path: "/custom/service", |
578 | query: { | 578 | query: { |
579 | q: "m42" | 579 | q: "m43" |
580 | }, | 580 | }, |
581 | content: "Change of Policy Owner, Insured and Beneficiary informat", | 581 | content: "Change of Policy Owner, Insured and Beneficiary informat", |
582 | applicant: "Policy Owner", | 582 | applicant: "Policy Owner", |
... | @@ -595,7 +595,7 @@ module.exports = { | ... | @@ -595,7 +595,7 @@ module.exports = { |
595 | projectType: 1, | 595 | projectType: 1, |
596 | path: "/custom/service", | 596 | path: "/custom/service", |
597 | query: { | 597 | query: { |
598 | q: "m43" | 598 | q: "m42" |
599 | }, | 599 | }, |
600 | content: "Change of address, contact no.", | 600 | content: "Change of address, contact no.", |
601 | applicant: "Policy Owner", | 601 | applicant: "Policy Owner", |
... | @@ -613,7 +613,8 @@ module.exports = { | ... | @@ -613,7 +613,8 @@ module.exports = { |
613 | project: "Change of Payment Information", | 613 | project: "Change of Payment Information", |
614 | content: "Change of mode of payment or payement account", | 614 | content: "Change of mode of payment or payement account", |
615 | applicant: "Policy Owner", | 615 | applicant: "Policy Owner", |
616 | receptionTime: "Before the expiration of policy payment", | 616 | // receptionTime: "Before the expiration of policy payment", |
617 | receptionTime: "保单交费期满前", | ||
617 | materialList: [{ | 618 | materialList: [{ |
618 | name: "Application form", | 619 | name: "Application form", |
619 | type: 1, | 620 | type: 1, |
... | @@ -688,14 +689,14 @@ module.exports = { | ... | @@ -688,14 +689,14 @@ module.exports = { |
688 | customService: { | 689 | customService: { |
689 | name: "Customer service", | 690 | name: "Customer service", |
690 | menu1: "Contact Us", | 691 | menu1: "Contact Us", |
691 | menu2: "Online Premium Payment", | 692 | menu2: "Payment Options", |
692 | menu3: "Policy Inquiry", | 693 | menu3: "Policy Enquiry", |
693 | menu4: "Policy Change", | 694 | menu4: "Change of Policy", |
694 | menu41: "Policy Change Guideline", | 695 | menu41: "Policy Change", |
695 | menu42: "Change of Contact Information", | 696 | menu42: "Change of Contact", |
696 | menu43: "Change of Customer Information", | 697 | menu43: "Change of Customer", |
697 | menu5: "Claims", | 698 | menu5: "Claims Application", |
698 | menu6: "E-reservation", | 699 | menu6: "Reservation", |
699 | menu7: "Complaints", | 700 | menu7: "Complaints", |
700 | menu8: "Useful Forms", | 701 | menu8: "Useful Forms", |
701 | insuranceQuery: { | 702 | insuranceQuery: { | ... | ... |
... | @@ -42,12 +42,12 @@ module.exports = { | ... | @@ -42,12 +42,12 @@ module.exports = { |
42 | type: "auth", | 42 | type: "auth", |
43 | value: "" | 43 | value: "" |
44 | }, | 44 | }, |
45 | { | 45 | // { |
46 | name: "個人信息", | 46 | // name: "個人信息", |
47 | path: "/infomation/improve", | 47 | // path: "/infomation/improve", |
48 | type: "auth", | 48 | // type: "auth", |
49 | value: "" | 49 | // value: "" |
50 | }, | 50 | // }, |
51 | { | 51 | { |
52 | name: "登出", | 52 | name: "登出", |
53 | path: "", | 53 | path: "", |
... | @@ -74,10 +74,10 @@ module.exports = { | ... | @@ -74,10 +74,10 @@ module.exports = { |
74 | name: "客戶服務", | 74 | name: "客戶服務", |
75 | path: "/custom/product", | 75 | path: "/custom/product", |
76 | list: [ | 76 | list: [ |
77 | { | 77 | // { |
78 | name: "客戶服務導航", | 78 | // name: "客戶服務導航", |
79 | path: "/custom/product" | 79 | // path: "/custom/product" |
80 | }, | 80 | // }, |
81 | { | 81 | { |
82 | name: "聯系我們", | 82 | name: "聯系我們", |
83 | path: "/custom/service?q=m1" | 83 | path: "/custom/service?q=m1" |
... | @@ -151,13 +151,13 @@ module.exports = { | ... | @@ -151,13 +151,13 @@ module.exports = { |
151 | ] | 151 | ] |
152 | }, | 152 | }, |
153 | footer: { | 153 | footer: { |
154 | hkPhone: "香港号码", | 154 | hkPhone: "香港號碼", |
155 | cnPhone: "内地号码", | 155 | cnPhone: "內地號碼", |
156 | aboutUs: "關於我們", | 156 | aboutUs: "關於我們", |
157 | companyIntroduction: "集團介紹", | 157 | companyIntroduction: "集團介紹", |
158 | news: "新聞資訊", | 158 | news: "新聞資訊", |
159 | joinUs: "加入我們", | 159 | joinUs: "加入我們", |
160 | helpCenter: "幫助中心", | 160 | helpCenter: "支援中心", |
161 | privacy: "隱私政策", | 161 | privacy: "隱私政策", |
162 | terms: "使用條款", | 162 | terms: "使用條款", |
163 | protocol: "個人資料收集聲明", | 163 | protocol: "個人資料收集聲明", |
... | @@ -576,7 +576,7 @@ module.exports = { | ... | @@ -576,7 +576,7 @@ module.exports = { |
576 | projectType: 1, | 576 | projectType: 1, |
577 | path: "/custom/service", | 577 | path: "/custom/service", |
578 | query: { | 578 | query: { |
579 | q: "m42" | 579 | q: "m43" |
580 | }, | 580 | }, |
581 | content: "投保人、受保人、受益人的個人信息變更", | 581 | content: "投保人、受保人、受益人的個人信息變更", |
582 | applicant: "投保人", | 582 | applicant: "投保人", |
... | @@ -595,7 +595,7 @@ module.exports = { | ... | @@ -595,7 +595,7 @@ module.exports = { |
595 | projectType: 1, | 595 | projectType: 1, |
596 | path: "/custom/service", | 596 | path: "/custom/service", |
597 | query: { | 597 | query: { |
598 | q: "m43" | 598 | q: "m42" |
599 | }, | 599 | }, |
600 | content: "地址、電話等信息的變更", | 600 | content: "地址、電話等信息的變更", |
601 | applicant: "投保人", | 601 | applicant: "投保人", | ... | ... |
... | @@ -42,12 +42,12 @@ module.exports = { | ... | @@ -42,12 +42,12 @@ module.exports = { |
42 | type: "auth", | 42 | type: "auth", |
43 | value: "" | 43 | value: "" |
44 | }, | 44 | }, |
45 | { | 45 | // { |
46 | name: "个人信息", | 46 | // name: "个人信息", |
47 | path: "/infomation/improve", | 47 | // path: "/infomation/improve", |
48 | type: "auth", | 48 | // type: "auth", |
49 | value: "" | 49 | // value: "" |
50 | }, | 50 | // }, |
51 | { | 51 | { |
52 | name: "登出", | 52 | name: "登出", |
53 | path: "", | 53 | path: "", |
... | @@ -72,10 +72,11 @@ module.exports = { | ... | @@ -72,10 +72,11 @@ module.exports = { |
72 | { | 72 | { |
73 | name: "客户服务", | 73 | name: "客户服务", |
74 | path: "/custom/product", | 74 | path: "/custom/product", |
75 | list: [{ | 75 | list: [ |
76 | name: "客户服务导航", | 76 | // { |
77 | path: "/custom/product" | 77 | // name: "客户服务导航", |
78 | }, | 78 | // path: "/custom/product" |
79 | // }, | ||
79 | { | 80 | { |
80 | name: "联系我们", | 81 | name: "联系我们", |
81 | path: "/custom/service?q=m1" | 82 | path: "/custom/service?q=m1" |
... | @@ -156,7 +157,7 @@ module.exports = { | ... | @@ -156,7 +157,7 @@ module.exports = { |
156 | companyIntroduction: "集团介绍", | 157 | companyIntroduction: "集团介绍", |
157 | news: "新闻资讯", | 158 | news: "新闻资讯", |
158 | joinUs: "加入我们", | 159 | joinUs: "加入我们", |
159 | helpCenter: "帮助中心", | 160 | helpCenter: "支援中心", |
160 | privacy: "隐私政策", | 161 | privacy: "隐私政策", |
161 | terms: "使用条款", | 162 | terms: "使用条款", |
162 | protocol: "个人资料收集声明", | 163 | protocol: "个人资料收集声明", |
... | @@ -164,7 +165,7 @@ module.exports = { | ... | @@ -164,7 +165,7 @@ module.exports = { |
164 | contactUs: "联络我们", | 165 | contactUs: "联络我们", |
165 | contactInformation: "联系方式", | 166 | contactInformation: "联系方式", |
166 | service: "服务网络", | 167 | service: "服务网络", |
167 | qrcode: "社交媒體", | 168 | qrcode: "社交媒体", |
168 | copyright: "版权所有 © 中国平安保险(集团)股份有限公司未经许可不得复制、转载或摘编,违者必究!" | 169 | copyright: "版权所有 © 中国平安保险(集团)股份有限公司未经许可不得复制、转载或摘编,违者必究!" |
169 | }, | 170 | }, |
170 | login: { | 171 | login: { |
... | @@ -576,7 +577,7 @@ module.exports = { | ... | @@ -576,7 +577,7 @@ module.exports = { |
576 | projectType: 1, | 577 | projectType: 1, |
577 | path: "/custom/service", | 578 | path: "/custom/service", |
578 | query: { | 579 | query: { |
579 | q: "m42" | 580 | q: "m43" |
580 | }, | 581 | }, |
581 | content: "投保人、受保人、受益人的个人信息变更", | 582 | content: "投保人、受保人、受益人的个人信息变更", |
582 | applicant: "投保人", | 583 | applicant: "投保人", |
... | @@ -595,7 +596,7 @@ module.exports = { | ... | @@ -595,7 +596,7 @@ module.exports = { |
595 | projectType: 1, | 596 | projectType: 1, |
596 | path: "/custom/service", | 597 | path: "/custom/service", |
597 | query: { | 598 | query: { |
598 | q: "m43" | 599 | q: "m42" |
599 | }, | 600 | }, |
600 | content: "地址、电话等信息的变更", | 601 | content: "地址、电话等信息的变更", |
601 | applicant: "投保人", | 602 | applicant: "投保人", |
... | @@ -790,8 +791,8 @@ module.exports = { | ... | @@ -790,8 +791,8 @@ module.exports = { |
790 | goto: "跳转", | 791 | goto: "跳转", |
791 | per: "第", | 792 | per: "第", |
792 | page: "页", | 793 | page: "页", |
793 | total : "共", | 794 | total: "共", |
794 | unit : "条" | 795 | unit: "条" |
795 | }, | 796 | }, |
796 | newsDetail: { | 797 | newsDetail: { |
797 | back: "回到列表页", | 798 | back: "回到列表页", | ... | ... |
... | @@ -87,7 +87,7 @@ export default { | ... | @@ -87,7 +87,7 @@ export default { |
87 | }, | 87 | }, |
88 | gotoInformationPage() { | 88 | gotoInformationPage() { |
89 | let c = this.$route.fullPath; | 89 | let c = this.$route.fullPath; |
90 | this.$router.push({ path: "/infomation/improve", query: { c: c } }); | 90 | this.$router.push({ path: "/infomation/improve", query: { c: c, a: 1 } }); |
91 | }, | 91 | }, |
92 | noAuth() { | 92 | noAuth() { |
93 | this.$store.commit("SET_USER_INFO", null); | 93 | this.$store.commit("SET_USER_INFO", null); | ... | ... |
... | @@ -96,7 +96,7 @@ export default { | ... | @@ -96,7 +96,7 @@ export default { |
96 | // } | 96 | // } |
97 | let item = curData; | 97 | let item = curData; |
98 | let path = item && item.path || ""; | 98 | let path = item && item.path || ""; |
99 | eventBus.$emit(item.path); | 99 | this.$root.eventBus.$emit(item.path); |
100 | if (path) { | 100 | if (path) { |
101 | this.$router.push({ | 101 | this.$router.push({ |
102 | path: path | 102 | path: path |
... | @@ -120,7 +120,7 @@ export default { | ... | @@ -120,7 +120,7 @@ export default { |
120 | } | 120 | } |
121 | }, | 121 | }, |
122 | onLoginHandler() { | 122 | onLoginHandler() { |
123 | eventBus.$emit("login"); | 123 | this.$root.eventBus.$emit("login"); |
124 | if (this.$route.name == "login") { | 124 | if (this.$route.name == "login") { |
125 | return; | 125 | return; |
126 | } else if (this.$route.name == "register" || this.$route.name == "passwordFind") { | 126 | } else if (this.$route.name == "register" || this.$route.name == "passwordFind") { | ... | ... |
... | @@ -8,7 +8,7 @@ $navHeiM: 6rem; | ... | @@ -8,7 +8,7 @@ $navHeiM: 6rem; |
8 | background-color: #fff; | 8 | background-color: #fff; |
9 | color: $cFontGray; | 9 | color: $cFontGray; |
10 | position: relative; | 10 | position: relative; |
11 | z-index: 11; | 11 | z-index: 910; |
12 | font-size: $fontSize; | 12 | font-size: $fontSize; |
13 | 13 | ||
14 | .header-container { | 14 | .header-container { | ... | ... |
... | @@ -61,8 +61,8 @@ export default { | ... | @@ -61,8 +61,8 @@ export default { |
61 | // 跳转菜单 | 61 | // 跳转菜单 |
62 | onClickHandler(item) { | 62 | onClickHandler(item) { |
63 | let path = item && item.path || ""; | 63 | let path = item && item.path || ""; |
64 | if (path) { | ||
65 | this.showDropdownM(''); | 64 | this.showDropdownM(''); |
65 | if (path) { | ||
66 | this.$router.push({ | 66 | this.$router.push({ |
67 | path: path | 67 | path: path |
68 | }) | 68 | }) | ... | ... |
... | @@ -55,6 +55,6 @@ new Vue({ | ... | @@ -55,6 +55,6 @@ new Vue({ |
55 | document.dispatchEvent(new Event('render-event')); | 55 | document.dispatchEvent(new Event('render-event')); |
56 | }, | 56 | }, |
57 | data: { | 57 | data: { |
58 | bus: new Vue() | 58 | eventBus: new Vue() |
59 | } | 59 | } |
60 | }).$mount('#app') | 60 | }).$mount('#app') | ... | ... |
... | @@ -208,7 +208,8 @@ | ... | @@ -208,7 +208,8 @@ |
208 | line-height: 4.083333rem; | 208 | line-height: 4.083333rem; |
209 | box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2); | 209 | box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2); |
210 | background-blend-mode: soft-light, ; | 210 | background-blend-mode: soft-light, ; |
211 | background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429); | 211 | // background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429); |
212 | background-image: linear-gradient(to bottom, #ec6429, #ec6429), linear-gradient(to top, #000000, #ffffff); | ||
212 | text-align: center; | 213 | text-align: center; |
213 | font-size: 1.291667rem; | 214 | font-size: 1.291667rem; |
214 | letter-spacing: .129167rem; | 215 | letter-spacing: .129167rem; |
... | @@ -220,7 +221,8 @@ | ... | @@ -220,7 +221,8 @@ |
220 | background-color: #f05a23; | 221 | background-color: #f05a23; |
221 | box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2); | 222 | box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2); |
222 | background-blend-mode: soft-light, ; | 223 | background-blend-mode: soft-light, ; |
223 | background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429); | 224 | background-image: linear-gradient(to bottom, #ec6429, #ec6429), linear-gradient(to top, #000000, #ffffff); |
225 | // background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429); | ||
224 | } | 226 | } |
225 | 227 | ||
226 | @media (max-width: 768px) { | 228 | @media (max-width: 768px) { | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment