style: 修改代码格式
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
<template>
|
||||
<div class="blankPage">
|
||||
<van-icon name="clear" color="#dabb27" size="70"/>
|
||||
<div style="font-size: 15px;margin-top: 20px;color: #8c939d">当前任务不支持手机端处理</div>
|
||||
<el-button type="primary" size="small" style="margin-top: 30px;width: 270px;" @click="closeWindow()">返回</el-button>
|
||||
<van-icon name="clear" color="#dabb27" size="70" />
|
||||
<div style="font-size: 15px;margin-top: 20px;color: #8c939d">
|
||||
当前任务不支持手机端处理
|
||||
</div>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
style="margin-top: 30px;width: 270px;"
|
||||
@click="closeWindow()"
|
||||
>
|
||||
返回
|
||||
</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -12,12 +21,12 @@ import { Icon } from 'vant';
|
||||
|
||||
Vue.use(Icon);
|
||||
export default {
|
||||
name: 'blankPage',
|
||||
data() {
|
||||
name: 'BlankPage',
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
methods: {
|
||||
closeWindow(){
|
||||
closeWindow () {
|
||||
// hwh5.close()
|
||||
// this.$router.go(-2)
|
||||
this.$close()
|
||||
|
||||
Reference in New Issue
Block a user