first commit
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/notice/details.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/notice/details.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../common/vendor.js"),t=require("../../api/index.js"),n=require("../../utils/fun.js");if(!Array){e.resolveComponent("mp-html")()}Math;const o=e.defineComponent({__name:"details",setup(o){const a=e.ref({});return e.onLoad((e=>{t.api.noticeInfo({id:e.id}).then((e=>{a.value=e}))})),(t,o)=>e.e({a:e.t(a.value.title),b:e.t(e.unref(n.timeFormat)(a.value.createTime,"yyyy-MM-dd hh:mm:ss")),c:a.value.video},a.value.video?{d:a.value.cover,e:a.value.video}:{},{f:e.p({content:a.value.content})})}});wx.createPage(o);
|
||||
Reference in New Issue
Block a user