提交 6f19060b 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

三阶段获奖名单主要数据

上级 55a73bba
......@@ -144,8 +144,35 @@
</template>
<script>
import { getThirdMainInfo } from '@/service'
export default {
name: "index"
name: "index",
components: {
},
data() {
return {
}
},
asyncData() {
return {
}
},
created() {
},
mounted() {
this.getMainInfo();
},
methods: {
getMainInfo() {
getThirdMainInfo().then(res => {
})
}
}
}
</script>
......
......@@ -50,4 +50,11 @@ export const checkToken = async (token) => {
token: token
}
})
}
/*获取三阶段主要数据*/
export const getThirdMainInfo = async (params) => {
return request({
url: '/campaign/third/share/home/top',
params: params
})
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册