mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
1 line
2.7 KiB
JavaScript
1 line
2.7 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-notice-detail-detail"],{"0c32":function(t,e,n){"use strict";n.r(e);var o=n("85fa"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"0c34":function(t,e,n){var o=n("6457");"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("4f06").default;a("128b2494",o,!0,{sourceMap:!1,shadowMode:!1})},6457:function(t,e,n){var o=n("24fb");e=o(!1),e.push([t.i,".user-container[data-v-41ba9074]{padding:%?25?% %?10?%;background-color:#f0f0f0\r\n\t/*border: 1px solid black;*/}.notice[data-v-41ba9074]{margin:%?10?% %?7?%;padding:%?25?%;background-color:#fff;border-radius:%?7?%}.title[data-v-41ba9074]{border-bottom:%?1?% solid #dedede;font-weight:700;font-size:%?34?%;color:#0a0}.content[data-v-41ba9074]{padding:%?15?% 0;font-size:%?25?%;color:#7b7b7b}.footer[data-v-41ba9074]{padding:%?15?% 0;font-size:%?22?%;color:#adadad}",""]),t.exports=e},"7ccb":function(t,e,n){"use strict";n.r(e);var o=n("c750"),a=n("0c32");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("7d53");var c,r=n("f0c5"),s=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"41ba9074",null,!1,o["a"],c);e["default"]=s.exports},"7d53":function(t,e,n){"use strict";var o=n("0c34"),a=n.n(o);a.a},"85fa":function(t,e,n){"use strict";n("ac1f"),n("5319"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("675c"),a=o.constant,i=(getApp().globalData,{data:function(){return{notice:{},noticeId:""}},onLoad:function(t){var e=t.noticeId;this.noticeId=e,this._loadNoticeDetail()},onShow:function(){},methods:{_loadNoticeDetail:function(){var t=this;o.onLoad(options),t.communityId=o.getUserInfo().communityId,o.request({header:o.getHeaders(),url:a.url.GetNoticeListUrl,method:"GET",data:{communityId:t.communityId,page:1,row:10,noticeId:t.noticeId},success:function(e){console.log(e);var n=e.data.notices[0];n.timeStr=n.startTime.replace(/:\d{1,2}$/," "),t.notice=n}})}}});e.default=i},c750:function(t,e,n){"use strict";var o,a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"user-container"},[n("v-uni-view",{staticClass:"flex-sub text-center bg-white"},[n("v-uni-view",{staticClass:"solid-bottom text-xl padding"},[n("v-uni-text",{staticClass:"text-black text-bold"},[t._v(t._s(t.notice.title))])],1),n("v-uni-view",{staticClass:"footer"},[t._v("时间: "+t._s(t.notice.timeStr))])],1),n("v-uni-view",{staticClass:"flex-sub bg-white"},[n("v-uni-view",{staticClass:"content"},[n("v-uni-rich-text",{staticClass:"solid-bottom text-df padding",attrs:{nodes:t.notice.context}})],1)],1)],1)},i=[];n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))}}]); |