|
@@ -78,7 +78,7 @@ async function getReportInfo() {
|
|
|
endImgStyle.value=reportInfo.value.EndResource.Style?JSON.parse(reportInfo.value.EndResource.Style):[]
|
|
|
layoutBaseInfo.value['研报标题']=reportInfo.value.Title
|
|
|
layoutBaseInfo.value['研报作者']=reportInfo.value.Author
|
|
|
- layoutBaseInfo.value['创建时间']=reportInfo.value.PublishTime
|
|
|
+ layoutBaseInfo.value['创建时间']= dayjs(reportInfo.value.PublishTime).format('YYYY-MM-DD HH:mm:ss')
|
|
|
|
|
|
getAuthorFollowState()
|
|
|
nextTick(() => {
|
|
@@ -187,7 +187,6 @@ onMounted(() => {
|
|
|
})
|
|
|
onUnmounted(() => {
|
|
|
window.removeEventListener('scroll', handlePageScroll)
|
|
|
- wx.miniProgram.navigateBack({})
|
|
|
})
|
|
|
|
|
|
</script>
|