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

移动端报名修改

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