7.10 增加登录页面,事件详情接口对接,我的点赞,关注收藏页面搭建,接口对接

This commit is contained in:
尚政杰
2025-07-10 18:08:16 +08:00
parent c4267a0e27
commit 58b3414bdd
356 changed files with 7710 additions and 978 deletions

View File

@@ -35,7 +35,7 @@
<script>
import { inject } from 'vue';
import { investEventDetails } from '../../../request/api';
import { investEventDetails } from '@/request/api';
export default {
data() {
@@ -75,8 +75,13 @@
}]
}
},
onLoad() {
onLoad(e) {
this.contentTop = this.navH+(30+74)/750*inject('windowWidth')
if(e.id)
{
this.eventId = e.id
this.getEventDetailsData()
}
},
methods: {
/**