lm-safe-app/unpackage/dist/build/h5/static/js/pages-apply-index.c6f0a4ce.js

1 line
11 KiB
JavaScript
Raw Normal View History

2024-06-03 09:37:52 +08:00
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-apply-index"],{"024a":function(t,e,n){var i=n("3c0b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("4f06").default;o("3f2ac5bc",i,!0,{sourceMap:!1,shadowMode:!1})},2082:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticStyle:{"background-color":"#ffffff"},style:{height:this.statusBarHeight}})},o=[]},"2acf":function(t,e,n){"use strict";n.r(e);var i=n("44b1"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},"3c0b":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".apply-page[data-v-19bd8d1f]{padding:16px}.card-common[data-v-19bd8d1f]{border-radius:8px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);margin-bottom:16px;overflow:hidden;padding-bottom:2px}.card-common .card-title[data-v-19bd8d1f]{display:flex;flex-direction:row;background:#fff;justify-content:space-between;align-items:center;padding:16px 16px 12px}.card-common .card-title .title[data-v-19bd8d1f]{color:#333;font-size:16px;line-height:20px;font-weight:700}.card-common .card-title .action .text[data-v-19bd8d1f]{font-size:14px;color:#999;line-height:20px;margin-right:8px}.card-common .card-body[data-v-19bd8d1f]{display:flex;\n\t/*justify-content: space-between;*/flex-wrap:wrap;flex-direction:row;font-size:13px}.card-common .card-body .item[data-v-19bd8d1f]{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:14px}\n\n/*.card-common .card-body .item:last-child:nth-child(4n - 1) {*/\n\n/* margin-right: calc(24% + 4% / 3);*/\n\n/*}*/\n\n/*.card-common .card-body .item:last-child:nth-child(4n - 2) {*/\n\n/* margin-right: calc(48% + 8% / 3);*/\n\n/*}*/.card-common .card-body .item uni-image[data-v-19bd8d1f]{width:40px;height:40px;margin-bottom:6px}.card-common .card-body .item .item-name[data-v-19bd8d1f]{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center;white-space:nowrap}.card-common .card-body .item .text[data-v-19bd8d1f]{font-size:14px;line-height:20px;font-weight:500;color:#333}",""]),t.exports=e},"3c3d":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".status_bar[data-v-1b65e230]{\n\t/* width: 100%; */background-color:#fff}.nav-main[data-v-1b65e230]{\n\t/* position: fixed; */padding:7px 3px;text-align:center;overflow:hidden;box-sizing:border-box;z-index:998;background-color:#fff\n\t/* width: 100%; */}.title-info[data-v-1b65e230]{display:flex;align-items:center;justify-content:center;color:#000;text-align:center;line-height:30px\n\t/* font-weight: bold; */}.nav-main-title[data-v-1b65e230]{color:#000;font-size:32px}",""]),t.exports=e},"3fe6":function(t,e,n){"use strict";var i=n("024a"),o=n.n(i);o.a},"44b1":function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("c7eb")),a=i(n("1da1"));n("2c3e"),n("a9e3");var r=i(n("48c9")),c={name:"u-sticky",mixins:[uni.$u.mpMixin,uni.$u.mixin,r.default],data:function(){return{cssSticky:!1,stickyTop:0,elId:uni.$u.guid(),left:0,width:"auto",height:"auto",fixed:!1}},computed:{style:function(){var t={};return this.disabled?t.position="static":this.cssSticky?(t.position="sticky",t.zIndex=this.uZindex,t.top=uni.$u.addUnit(this.stickyTop)):t.height=this.fixed?this.height+"px":"auto",t.backgroundColor=this.bgColor,uni.$u.deepMerge(uni.$u.addStyle(this.customStyle),t)},stickyContent:function(){var t={};return this.cssSticky||(t.position=this.fixed?"fixed":"static",t.top=this.stickyTop+"px",t.left=this.left+"px",t.width="auto"==this.width?"auto":this.width+"px",t.zIndex=this.uZindex),t},uZindex:function(){return this.zIndex?this.zIndex:uni.$u.zIndex.sticky}},mounted:function(){this.init()},methods:{init:function(){this.getStickyTop(),this.checkSupportCssSticky(),this.cssSticky||!this.disabled&&this.initObserveContent()},initObserv