Skip to content

Commit

Permalink
市场api开发
Browse files Browse the repository at this point in the history
  • Loading branch information
scarecrowQoQ committed Dec 18, 2024
1 parent 5cf24c1 commit 24fb3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/market/project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<p>from</p>
<p style="font-size: 25px; font-weight: bolder; padding-left: 8px">{{props.projectData.price}} RMB</p>
</div>
<div class="download-btn" @click="downloadProject">Get Project!</div>
<div class="download-btn" @click="downloadProjectEvent">Get Project!</div>
</div>
<div class="intro-content"> {{props.projectData.introduce}} </div>
<div class="bottom-info">
Expand Down Expand Up @@ -56,7 +56,7 @@ const closePopEvent = function () {
}, 1000) // 动画完成后触发关闭事件
}
const downloadProject = function (){
const downloadProjectEvent = function (){
}
</script>
Expand Down

0 comments on commit 24fb3da

Please sign in to comment.