(window.webpackJsonp=window.webpackJsonp||[]).push([[46,79,80,81,83,84,85],{2128:function(t,e){(function(){var t,e,n,o,l,c=function(t,e){return function(){return t.apply(e,arguments)}},r=[].indexOf||function(t){for(var i=0,e=this.length;i<e;i++)if(i in this&&this[i]===t)return i;return-1};e=function(){function t(){}return t.prototype.extend=function(t,e){var n,o;for(n in e)o=e[n],null==t[n]&&(t[n]=o);return t},t.prototype.isMobile=function(t){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)},t.prototype.createEvent=function(t,e,n,o){var l;return null==e&&(e=!1),null==n&&(n=!1),null==o&&(o=null),null!=document.createEvent?(l=document.createEvent("CustomEvent")).initCustomEvent(t,e,n,o):null!=document.createEventObject?(l=document.createEventObject()).eventType=t:l.eventName=t,l},t.prototype.emitEvent=function(t,e){return null!=t.dispatchEvent?t.dispatchEvent(e):e in(null!=t)?t[e]():"on"+e in(null!=t)?t["on"+e]():void 0},t.prototype.addEvent=function(t,e,n){return null!=t.addEventListener?t.addEventListener(e,n,!1):null!=t.attachEvent?t.attachEvent("on"+e,n):t[e]=n},t.prototype.removeEvent=function(t,e,n){return null!=t.removeEventListener?t.removeEventListener(e,n,!1):null!=t.detachEvent?t.detachEvent("on"+e,n):delete t[e]},t.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},t}(),n=this.WeakMap||this.MozWeakMap||(n=function(){function t(){this.keys=[],this.values=[]}return t.prototype.get=function(t){var i,e,n,o;for(i=e=0,n=(o=this.keys).length;e<n;i=++e)if(o[i]===t)return this.values[i]},t.prototype.set=function(t,e){var i,n,o,l;for(i=n=0,o=(l=this.keys).length;n<o;i=++n)if(l[i]===t)return void(this.values[i]=e);return this.keys.push(t),this.values.push(e)},t}()),t=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(t=function(){function t(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return t.notSupported=!0,t.prototype.observe=function(){},t}()),o=this.getComputedStyle||function(t,e){return this.getPropertyValue=function(e){var n;return"float"===e&&(e="styleFloat"),l.test(e)&&e.replace(l,(function(t,e){return e.toUpperCase()})),(null!=(n=t.currentStyle)?n[e]:void 0)||null},this},l=/(\-([a-z]){1})/g,this.WOW=function(){function l(t){null==t&&(t={}),this.scrollCallback=c(this.scrollCallback,this),this.scrollHandler=c(this.scrollHandler,this),this.resetAnimation=c(this.resetAnimation,this),this.start=c(this.start,this),this.scrolled=!0,this.config=this.util().extend(t,this.defaults),null!=t.scrollContainer&&(this.config.scrollContainer=document.querySelector(t.scrollContainer)),this.animationNameCache=new n,this.wowEvent=this.util().createEvent(this.config.boxClass)}return l.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null,scrollContainer:null},l.prototype.init=function(){var t;return this.element=window.document.documentElement,"interactive"===(t=document.readyState)||"complete"===t?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},l.prototype.start=function(){var e,n,o,l,c;if(this.stopped=!1,this.boxes=function(){var t,n,o,l;for(l=[],t=0,n=(o=this.element.querySelectorAll("."+this.config.boxClass)).length;t<n;t++)e=o[t],l.push(e);return l}.call(this),this.all=function(){var t,n,o,l;for(l=[],t=0,n=(o=this.boxes).length;t<n;t++)e=o[t],l.push(e);return l}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(n=0,o=(l=this.boxes).length;n<o;n++)e=l[n],this.applyStyle(e,!0);if(this.disabled()||(this.util().addEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live)return new t((c=this,function(t){var e,n,o,l,r;for(r=[],e=0,n=t.length;e<n;e++)l=t[e],r.push(function(){var t,e,n,c;for(c=[],t=0,e=(n=l.addedNodes||[]).length;t<e;t++)o=n[t],c.push(this.doSync(o));return c}.call(c));return r})).observe(document.body,{childList:!0,subtree:!0})},l.prototype.stop=function(){if(this.stopped=!0,this.util().removeEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval)return clearInterval(this.interval)},l.prototype.sync=function(element){if(t.notSupported)return this.doSync(this.element)},l.prototype.doSync=function(element){var t,e,n,o,l;if(null==element&&(element=this.element),1===element.nodeType){for(l=[],e=0,n=(o=(element=element.parentNode||element).querySelectorAll("."+this.config.boxClass)).length;e<n;e++)t=o[e],r.call(this.all,t)<0?(this.boxes.push(t),this.all.push(t),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(t,!0),l.push(this.scrolled=!0)):l.push(void 0);return l}},l.prototype.show=function(t){return this.applyStyle(t),t.className=t.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(t),this.util().emitEvent(t,this.wowEvent),this.util().addEvent(t,"animationend",this.resetAnimation),this.util().addEvent(t,"oanimationend",this.resetAnimation),this.util().addEvent(t,"webkitAnimationEnd",this.resetAnimation),this.util().addEvent(t,"MSAnimationEnd",this.resetAnimation),t},l.prototype.applyStyle=function(t,e){var n,o,l,c;return o=t.getAttribute("data-wow-duration"),n=t.getAttribute("data-wow-delay"),l=t.getAttribute("data-wow-iteration"),this.animate((c=this,function(){return c.customStyle(t,e,o,n,l)}))},l.prototype.animate="requestAnimationFrame"in window?function(t){return window.requestAnimationFrame(t)}:function(t){return t()},l.prototype.resetStyle=function(){var t,e,n,o,l;for(l=[],e=0,n=(o=this.boxes).length;e<n;e++)t=o[e],l.push(t.style.visibility="visible");return l},l.prototype.resetAnimation=function(t){var e;if(t.type.toLowerCase().indexOf("animationend")>=0)return(e=t.target||t.srcElement).className=e.className.replace(this.config.animateClass,"").trim()},l.prototype.customStyle=function(t,e,n,o,l){return e&&this.cacheAnimationName(t),t.style.visibility=e?"hidden":"visible",n&&this.vendorSet(t.style,{animationDuration:n}),o&&this.vendorSet(t.style,{animationDelay:o}),l&&this.vendorSet(t.style,{animationIterationCount:l}),this.vendorSet(t.style,{animationName:e?"none":this.cachedAnimationName(t)}),t},l.prototype.vendors=["moz","webkit"],l.prototype.vendorSet=function(t,e){var n,o,l,c;for(n in o=[],e)l=e[n],t[""+n]=l,o.push(function(){var e,o,r,d;for(d=[],e=0,o=(r=this.vendors).length;e<o;e++)c=r[e],d.push(t[""+c+n.charAt(0).toUpperCase()+n.substr(1)]=l);return d}.call(this));return o},l.prototype.vendorCSS=function(t,e){var n,l,c,r,style,d;for(r=(style=o(t)).getPropertyCSSValue(e),n=0,l=(c=this.vendors).length;n<l;n++)d=c[n],r=r||style.getPropertyCSSValue("-"+d+"-"+e);return r},l.prototype.animationName=function(t){var e;try{e=this.vendorCSS(t,"animation-name").cssText}catch(n){e=o(t).getPropertyValue("animation-name")}return"none"===e?"":e},l.prototype.cacheAnimationName=function(t){return this.animationNameCache.set(t,this.animationName(t))},l.prototype.cachedAnimationName=function(t){return this.animationNameCache.get(t)},l.prototype.scrollHandler=function(){return this.scrolled=!0},l.prototype.scrollCallback=function(){var t;if(this.scrolled&&(this.scrolled=!1,this.boxes=function(){var e,n,o,l;for(l=[],e=0,n=(o=this.boxes).length;e<n;e++)(t=o[e])&&(this.isVisible(t)?this.show(t):l.push(t));return l}.call(this),!this.boxes.length&&!this.config.live))return this.stop()},l.prototype.offsetTop=function(element){for(var t;void 0===element.offsetTop;)element=element.parentNode;for(t=element.offsetTop;element=element.offsetParent;)t+=element.offsetTop;return t},l.prototype.isVisible=function(t){var e,n,o,l,c;return n=t.getAttribute("data-wow-offset")||this.config.offset,l=(c=this.config.scrollContainer&&this.config.scrollContainer.scrollTop||window.pageYOffset)+Math.min(this.element.clientHeight,this.util().innerHeight())-n,e=(o=this.offsetTop(t))+t.clientHeight,o<=l&&e>=c},l.prototype.util=function(){return null!=this._util?this._util:this._util=new e},l.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},l}()}).call(this)},2129:function(t,e,n){},2130:function(t,e,n){},2131:function(t,e,n){},2132:function(t,e,n){},2133:function(t,e,n){},2134:function(t,e,n){},2135:function(t,e,n){},2136:function(t,e,n){},2137:function(t,e,n){},2138:function(t,e,n){},2139:function(t,e,n){},2140:function(t,e,n){},2141:function(t,e,n){"use strict";n(2129)},2142:function(t,e,n){"use strict";n(2130)},2143:function(t,e,n){"use strict";n(2131)},2144:function(t,e,n){"use strict";n(2132)},2145:function(t,e,n){"use strict";n(2133)},2146:function(t,e,n){"use strict";n(2134)},2147:function(t,e,n){"use strict";n(2135)},2148:function(t,e,n){"use strict";n(2136)},2149:function(t,e,n){"use strict";n.r(e);var o={name:"question",props:{question:{type:Array,default:function(){return[]}}},data:function(){return{questionActive:0,isMore:!1}},methods:{handleChange:function(){}}},l=(n(2141),n(2142),n(16)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("section",{staticClass:"item-container question-container"},[t._m(0),t._v(" "),o("div",{staticClass:"main-content wow fadeInUp"},[o("el-collapse",{on:{change:t.handleChange},model:{value:t.questionActive,callback:function(e){t.questionActive=e},expression:"questionActive"}},[t._l(t.question,(function(e,n){return[o("transition",{attrs:{name:"fade"}},[o("el-collapse-item",{directives:[{name:"show",rawName:"v-show",value:t.isMore||n<4,expression:"isMore || index<4"}],key:n,attrs:{name:n}},[o("template",{slot:"title"},[o("div",{staticClass:"question-title size20"},[t._v("\n                "+t._s(e.title)+"\n              ")])]),t._v(" "),o("div",{staticClass:"question-text"},[t._v(t._s(e.text))])],2)],1)]}))],2),t._v(" "),t.question.length>4?o("div",{staticClass:"more size16"},[o("span",{on:{click:function(e){t.isMore=!t.isMore}}},[o("img",{staticClass:"more-icon",class:{"more-icon-active":t.isMore},attrs:{src:n(638),alt:""}}),t._v(" "),o("span",[t._v("更多常见问题")])])]):t._e()],1)])}),[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"comItemTit wow fadeInUp"},[n("div",{staticClass:"comItemCont pd70"},[n("h1",{attrs:{id:"animateBlockHead"}},[t._v("常见问题")])])])}],!1,null,"7340dab7",null);e.default=component.exports},2150:function(t,e,n){"use strict";n.r(e);var o={name:"join",data:function(){return{dialogVisible:!1,registerUrl:"https://dstp-fat.dstp.com.cn/dstp-auth/register"}},props:{phoneConsult:{type:Boolean,default:function(){return!1}}},computed:{username:function(){return this.$store.state.userName}},methods:{openYsf:function(){this.dialogVisible=!0},enterNow:function(){this.$isClinet&&(this.username?window.location.href="https://dstp-fat.dstp.com.cn/dstp-srv":this.$isOnMobile?window.location.href=this.registerUrl:window.open(this.registerUrl,"_blank"))}}},l=(n(2143),n(2144),n(16)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",[n("div",{staticClass:"comPcIsShowImportant comlinkBlock wow fadeInUp"},[n("div",{staticClass:" comlinkCont"},[n("button",{staticClass:"joinBtn",attrs:{type:"button"},on:{click:t.openYsf}},[t._v("\n        立即咨询\n      ")]),t._v(" "),n("h2",[t._v("\n        这些金融产品不适合？点击立即咨询，我们将有金融顾问为您推荐更适合的金融服务。\n      ")])])]),t._v(" "),t.phoneConsult?n("div",{staticClass:"comPhoneIsShowImportant comlinkBlock  wow fadeInUp"},[n("div",{staticClass:"comlinkCont"},[t._m(0),t._v(" "),n("button",{staticClass:"joinBtn",attrs:{type:"button"},on:{click:t.openYsf}},[t._v("\n        立即咨询\n      ")])])]):n("div",{staticClass:"comPhoneIsShowImportant comlinkBlock  wow fadeInUp"},[n("div",{staticClass:"comlinkCont"},[n("h1",{staticClass:"oneItems"},[t._v("一站式解决外贸全链路难题")]),t._v(" "),n("h2",{staticClass:"twoItems"},[t._v("现在注册，即可马上询价，获得最新价格与贴心服务")]),t._v(" "),n("button",{staticClass:"joinBtn",attrs:{type:"button"},on:{click:t.enterNow}},[t._v("\n        加入我们\n      ")])])]),t._v(" "),n("wxCode",{model:{value:t.dialogVisible,callback:function(e){t.dialogVisible=e},expression:"dialogVisible"}})],1)}),[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("h1",{staticClass:"oneItems"},[t._v("这些金融产品不适合? 点击立即咨询，我们"),n("br"),t._v("将有金融顾问为您推荐更适合的金融服务")])}],!1,null,"3bd59a5f",null);e.default=component.exports},2151:function(t,e,n){"use strict";n.r(e);var o={name:"customization",components:{tab:n(2127).default},props:{text:{type:String,default:"专为跨境电商卖家定制"},title:{type:String,default:"专为跨境电商卖家定制"},customizationItem:{type:Array,default:function(){return[{icon:"images/cloudFinanceDetail/icon-customization1.png",title:"注册地在国内"},{icon:"images/cloudFinanceDetail/icon-customization2.png",title:"跨境电商平台卖家",text:"进口：如抖音、快手、京东等；</br>出口：如亚马逊、阿里国际等。"}]}},centerRow:{type:Boolean,default:!1}}},l=(n(2145),n(2146),n(16)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"item-container customization-container"},[n("div",{staticClass:"comItemTit wow fadeInUp"},[n("div",{class:"comItemCont "+(t.text?"pd24":"pd70")},[n("h1",{attrs:{id:"animateBlockHead"}},[t._v(t._s(t.title))])]),t._v(" "),t.text?n("p",{staticClass:"comP size16",staticStyle:{color:"#6B6B6B"}},[t._v(t._s(t.text))]):t._e()]),t._v(" "),n("div",{staticClass:"main-content",class:{"center-row":t.centerRow}},[n("div",{staticClass:"customization-box wow fadeInUp"},t._l(t.customizationItem,(function(t,e){return n("tab",{key:e,attrs:{icon:t.icon,title:t.title,text:t.text}})})),1)])])}),[],!1,null,"f8f5856c",null);e.default=component.exports},2152:function(t,e,n){"use strict";n.r(e);var o={name:"advantage",components:{tab:n(2127).default},props:{options:{type:Object,default:function(){return{title:"产品优势",text:"质押应收账款，提前回笼资金",title2:"在线申请 5000万“贷”回家"}}},advantageItem:{type:Array,default:function(){return[{icon:"images/cloudFinanceDetail/icon_function_detail_shouxinyi@2x.png",title:"授信易",text:"一次授信，随时支用"},{icon:"images/cloudFinanceDetail/icon_function_detail_wudiya@2x.png",title:"无抵押",text:"纯信用，不上征信"}]}},row:{type:Boolean,default:!1},centerRow:{type:Boolean,default:!1}}},l=(n(2147),n(2148),n(16)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"advantage-container item-container"},[n("div",{staticClass:"comItemTit wow fadeInUp"},[n("div",{staticClass:"comItemCont pd24"},[n("h1",{attrs:{id:"animateBlockHead"}},[t._v(t._s(t.options.title))])]),t._v(" "),n("p",{staticClass:"comP size16",staticStyle:{color:"#6B6B6B"}},[t._v(t._s(t.options.text))])]),t._v(" "),n("div",{staticClass:"main-content wow fadeInUp",class:{"center-row":t.centerRow,"all-row":t.row,col:!t.row&&!t.centerRow}},[n("h2",{},[t._v(t._s(t.options.title2))]),t._v(" "),n("div",{staticClass:"advantage-box"},t._l(t.advantageItem,(function(t,e){return n("tab",{key:e,attrs:{icon:t.icon,title:t.title,text:t.text}})})),1)])])}),[],!1,null,"0c1f926c",null);e.default=component.exports},2153:function(t,e,n){"use strict";n(2137)},2154:function(t,e,n){"use strict";n(2138)},2155:function(t,e,n){"use strict";n(2139)},2156:function(t,e,n){"use strict";n(2140)},2157:function(t,e,n){"use strict";n.r(e);var o={name:"service",components:{tab:n(2127).default},props:{serviceItem:{type:Array,default:function(){return[{icon:"images/cloudFinanceDetail/icon_function_detail_zaixiankefu@2x.png",title:"7*24小时在线客服",text:"全天候在线客服，为您智能诊断，秒级答疑，快速匹配服务方案。"},{icon:"images/cloudFinanceDetail/icon_function_detail_zishenjinrongguwen@2x.png",title:"资深金融顾问",text:"资深金融顾问为您全方位分析，通过数据赋能放大信用价值，助您轻松获取金融直贷。"},{icon:"images/cloudFinanceDetail/icon_function_detail_leixingduo@2x.png",title:"类型多",text:"链接全类型资金渠道，满足您多场景资金需求。"}]}},title:{type:String,default:function(){return"服务优势"}}}},l=(n(2153),n(2154),n(16)),component=Object(l.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"item-container service-container"},[n("div",{staticClass:"comItemTit wow fadeInUp"},[n("div",{staticClass:"comItemCont pd70"},[n("h1",{attrs:{id:"animateBlockHead"}},[t._v(t._s(t.title))])])]),t._v(" "),n("div",{staticClass:"main-content"},[n("div",{staticClass:"service-box wow fadeInUp"},t._l(t.serviceItem,(function(t,e){return n("tab",{key:e,attrs:{icon:t.icon,title:t.title,text:t.text}})})),1)])])}),[],!1,null,"c0e4d2d6",null);e.default=component.exports},2158:function(t,e,n){"use strict";n.r(e);var o=n(343),l={name:"apply",components:{tab:n(2127).default,wxCode:o.default},computed:{username:function(){return this.$store.state.userName}},data:function(){return{dialogVisible:!1,defaultItems:[{icon:"images/cloudFinanceDetail/icon_function_detail_shenqingrukou@2x.png",title:"申请入口",text:"可通过DSTP工作台申请"},{icon:"images/cloudFinanceDetail/icon_function_detail_zaixiankefu@2x.png",title:"联系在线客服",text:"申请过程中，遇到问题可联系在线客服咨询哦"}],registerUrl:"https://dstp-fat.dstp.com.cn/dstp-auth/register"}},methods:{enterNow:function(){this.$isClinet&&(this.username?window.location.href="https://dstp-fat.dstp.com.cn/dstp-srv":this.$isOnMobile?window.location.href=this.registerUrl:window.open(this.registerUrl,"_blank"))}}},c=(n(2155),n(2156),n(16)),component=Object(c.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{staticClass:"item-container apply-container"},[t._m(0),t._v(" "),n("div",{staticClass:"main  wow fadeInUp"},[n("div",{staticClass:"wrap"},[n("h3",{staticClass:"h3Pc"},[t._v("联系金融顾问，轻松获得融资便利")]),t._v(" "),n("h3",{staticClass:"h3Phone"},[t._v("联系金融顾问，")]),t._v(" "),n("h3",{staticClass:"h3Phone mb15"},[t._v("轻松获得融资便利")]),t._v(" "),n("el-button",{attrs:{round:""},on:{click:function(e){t.dialogVisible=!0}}},[n("span",{staticClass:"spanWrap"},[n("span",{staticClass:"phone_icon"}),n("span",[t._v("联系顾问")])])])],1)]),t._v(" "),n("wxCode",{model:{value:t.dialogVisible,callback:function(e){t.dialogVisible=e},expression:"dialogVisible"}})],1)}),[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"comItemTit wow fadeInUp"},[n("div",{staticClass:"comItemCont pd24"},[n("h1",{attrs:{id:"animateBlockHead"}},[t._v("申请方式")])]),t._v(" "),n("p",{staticClass:"comP"},[t._v("如果您满足申请条件，赶快来办理吧！")])])}],!1,null,"6e5059ac",null);e.default=component.exports},2261:function(t,e,n){},2262:function(t,e,n){},2391:function(t,e,n){"use strict";n(2261)},2392:function(t,e,n){"use strict";n(2262)},2498:function(t,e,n){"use strict";n.r(e);n(52),n(146),n(51),n(93),n(342);var o=n(2149),l=n(2162),c=n(2150),r=n(2151),d=n(2152),h=n(2163),f=n(2157),m=n(341),v=n(2158),_=n(2164),w={name:"cloudFinanceZtyhxyz",components:{question:o.default,enterprise:l.default,join:c.default,customization:r.default,advantage:d.default,banner:h.default,apply:v.default,service:f.default,disclaimers:_.default},data:function(){return{pathName:this.$route.path.substring(1).split(".html")[0],isOnMobile:this.$isOnMobile,registerUrl:"https://dstp-fat.dstp.com.cn/dstp-auth/register",loginUrl:"https://dstp-fat.dstp.com.cn/dstp-official/login",bannerTitle:{title:"信用证融资 | 交通银行",text:"5000万一笔到位，为追梦者加油！ "},bannerList:[{icon:"images/cloudFinanceDetail/icon_function_detail_shiyongkehu@2x.png",title:"适用客户",text:"注册地在中国大陆境内的外贸类企业"},{icon:"images/cloudFinanceDetail/icon_function_detail_feiyong@2x.png",title:"费用",text:"服务费率低至0.5%"},{icon:"images/cloudFinanceDetail/icon_function_detail_edu@2x.png",title:"额度",text:"可达5000万"},{icon:"images/cloudFinanceDetail/icon_function_detail_huankuanfangshi@2x.png",title:"还款方式",text:"到期还本付息"},{icon:"images/cloudFinanceDetail/icon_function_detail_huankuanqixian@2x.png",title:"还款期限",text:"90天"}],advantageTitle:{title:"产品优势",text:"放大数字资产价值，轻松获得高额低息融资"},advantageItem:[{icon:"images/cloudFinanceDetail/icon_function_detail_edugao@2x.png",title:"额度高",text:'单笔额度可达<span class="blueC">5000万</span>元'},{icon:"images/cloudFinanceDetail/icon_function_detail_edugao_down@2x.png",title:"费用低",text:'服务费率低至<span class="blueC">0.5%</span>'}],customizationTitle:"专为境内进口贸易类企业定制",customizationItem:[{icon:"images/cloudFinanceDetail/icon_edugao@2x.png",title:"注册地在中国大陆"},{icon:"images/cloudFinanceDetail/icon_edugao_flow@2x.png",title:"外贸企业"},{icon:"images/cloudFinanceDetail/icon_edugao_house@2x.png",title:"数据要求在全球数源中心确权",text:"融资所需数据需在全球数源中心发布、确权和授权。"}],guidanceItem:[{icon:"images/cloudFinanceDetail/icon_guidance_1@2x.png",title:"入驻DSTP平台(www.dstp.com.cn)线上签署数据授权协议"},{icon:"images/cloudFinanceDetail/icon_guidance_2@2x.png",title:"扫码核定融资额度",img:"images/cloudFinanceDetail/img_guidance_1.png"},{icon:"images/cloudFinanceDetail/icon_guidance_3@2x.png",title:"线下开立平安银行对公一般户，并完成建额"},{icon:"images/cloudFinanceDetail/icon_guidance_4@2x.png",title:"登录平安数字口袋APP，线上签署贷款协议"},{icon:"images/cloudFinanceDetail/icon_guidance_5@2x.png",title:"登录平安数字口袋APP，完成提款"}],question:[{title:"这款金融产品适用哪类企业？",text:"注册地在中国大陆境内的外贸类企业，企业或单位必须具有法人资格和进出口经营权（转口除外）。付汇资格：审查开证人在外管局发布的贸易外汇收支企业名录上的分类情况，确认开证人具有开立相关信用证的资格。"},{title:"对数据有什么要求？",text:"采购数据、电商平台销售数据、报关数据和企业库存等数据在全球数源中心发布、确权和授权。"}],wxCodeDialogVisible:!1}},head:function(){return{title:m.metaTextData[this.pathName].meta.title,meta:[{name:"keywords",hid:"keywords",content:m.metaTextData[this.pathName].meta.content.keywords},{hid:"description",name:"description",content:m.metaTextData[this.pathName].meta.content.description}]}},computed:{username:function(){return this.$store.state.userName}},mounted:function(){var t=this;this.isOnMobile=this.$isOnMobile,console.log("isClient",t.$isClinet),t.$isClinet&&this.$nextTick((function(){var e=n(2128).WOW;t.wowLoad(e)}))},methods:{wowLoad:function(t){/msie (6.0|7.0|8.0|9.0)/i.test(navigator.userAgent);this.wow=new t({live:!1,offset:0}),this.wow.init()},openYsf:function(){this.wxCodeDialogVisible=!0},enterNow:function(){this.$isClinet&&(this.username?window.location.href="https://dstp-fat.dstp.com.cn/dstp-client/?pageUrl=/dstp-client/financingIntentionApply/toAdd?fundingSource=1&brandOwner=1&menuUrl=/financingIntentionApply&moreQuery=true":(window.location.href=this.registerUrl,window.location.href=this.loginUrl))}}},y=(n(2391),n(2392),n(16)),component=Object(y.a)(w,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"cloudFinanceDetail"},[n("HeaderCom",{attrs:{active:21}}),t._v(" "),n("phoneIndexHeader"),t._v(" "),n("section",{staticClass:"double-container"},[n("banner",{staticClass:"banner",attrs:{options:t.bannerTitle,list:t.bannerList}}),t._v(" "),n("advantage",{staticClass:"advantage",attrs:{"advantage-item":t.advantageItem,options:t.advantageTitle}})],1),t._v(" "),n("customization",{staticClass:"customization",attrs:{title:t.customizationTitle,text:"","customization-item":t.customizationItem}}),t._v(" "),n("service"),t._v(" "),n("apply"),t._v(" "),n("question",{attrs:{question:t.question}}),t._v(" "),n("enterprise"),t._v(" "),n("join",{attrs:{phoneConsult:!0}}),t._v(" "),n("disclaimers"),t._v(" "),n("FooterrCom"),t._v(" "),n("wxCode",{model:{value:t.wxCodeDialogVisible,callback:function(e){t.wxCodeDialogVisible=e},expression:"wxCodeDialogVisible"}})],1)}),[],!1,null,"2a449db7",null);e.default=component.exports}}]);