first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:10:55 +08:00
commit 1c24452b6c
1735 changed files with 150474 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"version":3,"names":["articleItem","common_vendor","ref","onLoad","options","api_index","api","noticeInfo","id","then","res","value","wx","createPage","_sfc_main"],"sources":["details.vue","cGFnZXMvbm90aWNlL2RldGFpbHMudnVl"],"sourcesContent":["<template>\n\t<view style=\"padding: 30rpx\">\n\t\t<view style=\"font-size: 34rpx\">{{ articleItem.title }}</view>\n\t\t<view style=\"height: 20rpx\"></view>\n\t\t<view style=\"color: #999; font-size: 30rpx\">发布时间:{{ articleItem.createdAt }}</view>\n\t\t<view style=\"height: 20rpx\"></view>\n\t\t<video v-if=\"articleItem.video\" style=\"width: 690rpx; height: 388rpx\" :poster=\"articleItem.cover\" :src=\"articleItem.video\" :direction=\"90\"></video>\n\t\t<view style=\"height: 20rpx\"></view>\n\t\t<view>\n\t\t\t<mp-html :content=\"goods.detail\" />\n\t\t</view>\n\t\t<view style=\"50rpx\"></view>\n\t</view>\n</template>\n\n<script setup lang=\"ts\">\nimport { onLoad } from '@dcloudio/uni-app';\nimport { ref, computed } from 'vue';\nimport api from '@/api/index';\n\nconst articleItem = ref({});\n\nonLoad((options: any) => {\n\tapi.noticeInfo({ id: options.id }).then((res) => {\n\t\tarticleItem.value = res;\n\t});\n});\n</script>\n\n<style></style>\n","import MiniProgramPage from 'D:/Backup/Documents/HBuilderProjects/dajiankuang/pages/notice/details.vue'\nwx.createPage(MiniProgramPage)"],"mappings":";;;;;;;;;;;;;;;;;;IAoBM,IAAAA,WAAA,GAAcC,aAAA,CAAAC,GAAA,CAAI,EAAE;IAE1BD,aAAA,CAAAE,MAAA,CAAO,UAACC,OAAA,EAAiB;MACpBC,SAAA,CAAAC,GAAA,CAAAC,UAAA,CAAW;QAAEC,EAAA,EAAIJ,OAAA,CAAQI;MAAA,CAAI,EAAEC,IAAA,CAAK,UAACC,GAAA,EAAQ;QAChDV,WAAA,CAAYW,KAAA,GAAQD,GAAA;MAAA,CACpB;IAAA,CACD;;;;;;;;;;;;;;;;;ACzBDE,EAAA,CAAGC,UAAA,CAAWC,SAAe","ignoreList":[]}

File diff suppressed because one or more lines are too long