2 lines
72 KiB
JavaScript
2 lines
72 KiB
JavaScript
|
|
/*! For license information please see service-detail.js.LICENSE.txt */
|
||
|
|
!function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="/",r(r.s=294)}({0:function(t,e,r){"use strict";function n(t,e,r,n,o,i,a,s,p,c){var u,l="function"==typeof t?t.options:t;if(p){l.components||(l.components={});var d=Object.prototype.hasOwnProperty;for(var f in p)d.call(p,f)&&!d.call(l.components,f)&&(l.components[f]=p[f])}if(c&&("function"==typeof c.beforeCreate&&(c.beforeCreate=[c.beforeCreate]),(c.beforeCreate||(c.beforeCreate=[])).unshift((function(){this[c.__module]=this})),(l.mixins||(l.mixins=[])).push(c)),e&&(l.render=e,l.staticRenderFns=r,l._compiled=!0),n&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=u):o&&(u=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),u)if(l.functional){l._injectStyles=u;var g=l.render;l.render=function(t,e){return u.call(e),g(t,e)}}else{var x=l.beforeCreate;l.beforeCreate=x?[].concat(x,u):[u]}return{exports:t,options:l}}r.d(e,"a",(function(){return n}))},1:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},10:function(t,e){t.exports={".custom-navbar":{"":{position:["fixed",0,0,0],top:[0,0,0,0],left:[0,0,0,0],right:[0,0,0,0],zIndex:[9999,0,0,0]}},".header-top":{"":{height:["88rpx",0,0,1],backgroundColor:["rgba(0,0,0,0)",0,0,1]}},".navbar-content":{"":{height:["88rpx",0,0,2],display:["flex",0,0,2],flexDirection:["row",0,0,2],flexWrap:["nowrap",0,0,2],alignItems:["center",0,0,2],justifyContent:["space-between",0,0,2],paddingTop:[0,0,0,2],paddingRight:["30rpx",0,0,2],paddingBottom:[0,0,0,2],paddingLeft:["24rpx",0,0,2]}},".right-area":{"":{width:["46rpx",0,0,3],height:["46rpx",0,0,3],display:["flex",0,0,3],alignItems:["center",0,0,3]}},".icon-headle":{"":{width:["46rpx",0,0,3],height:["46rpx",0,0,3],display:["flex",0,0,3],alignItems:["center",0,0,3]}},".left-area":{"":{width:["36rpx",0,0,4],height:["36rpx",0,0,4],display:["flex",0,0,4],alignItems:["center",0,0,4]}},".back-icon":{"":{width:["36rpx",0,0,4],height:["36rpx",0,0,4],display:["flex",0,0,4],alignItems:["center",0,0,4]}},".title":{"":{fontSize:["36rpx",0,0,6],fontWeight:["500",0,0,6],color:["#333333",0,0,6]}},"@VERSION":2}},11:function(t,e,r){"use strict";r.d(e,"b",(function(){return n})),r.d(e,"c",(function(){return o})),r.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("view",[r("view",{staticClass:["custom-navbar"],style:{paddingTop:t.statusBarHeight+"rpx",background:t.backgroundColor}},[r("view",{staticClass:["navbar-content"],style:{"border-bottom":t.borderBottom}},[r("view",{staticClass:["left-area"]},[t.showBack?r("view",{staticClass:["back-btn"],on:{click:t.goBack}},[r("u-image",{staticClass:["back-icon"],attrs:{src:t.leftImg,mode:"aspectFit"}})],1):t._e(),t._t("left")],2),r("u-text",{staticClass:["title"],style:"color:"+t.titleColor+";",appendAsTree:!0,attrs:{append:"tree"}},[t._v(t._s(t.title))]),r("view",{staticClass:["right-area"]},[t._t("right",[t.showHeadle?r("u-image",{staticCl
|