style: 修改代码格式

This commit is contained in:
zyn
2023-12-15 11:41:23 +08:00
parent 19a18489a8
commit 221e68134b
2 changed files with 34 additions and 25 deletions
+15 -6
View File
@@ -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()