提交 aa4e01ff authored 作者: lihuihui's avatar lihuihui

移动端报名修改

上级 c550e2b6
......@@ -53,7 +53,7 @@ export default {
{
name: '我要报名',
onClick: () => {
this.$emit('showApplyForm')
window.open('/my/account')
}
}
]
......
<template>
<component :is="componentName" />
<div>
<component :is="componentName" />
</div>
</template>
<script>
......
......@@ -74,8 +74,8 @@ export default {
</script>
<style lang="scss" scoped>
.foot-mian{
width: 100%;
background: rgba(170, 25, 65, 1);
min-width: 1200px;
.links{
padding-top: 12px;
font-size: 14px;
......
......@@ -77,6 +77,7 @@ li {
.head-mian {
width: 100%;
background: #fff;
min-width: 1200px;
.color-bar {
height: 10px;
background: #aa1941;
......
......@@ -69,6 +69,12 @@ export default {
console.log('提交失败了', data)
this.$message({ type: 'error', message: data.message })
}
},
mounted() {
if (!window.sessionStorage.isRefresh) {
window.sessionStorage.isRefresh = 1
this.$router.go(0)
}
}
}
</script>
<template>
<div style="background-color: #eee">
<div style="background-color: #eee;min-width: 1200px;">
<div class="layout">
<div class="layout-hd">
<slot name="header">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论