Commit 69e61473 authored by yyh's avatar yyh

代码调整

parent 57fc2a1b
...@@ -48,12 +48,9 @@ ...@@ -48,12 +48,9 @@
<more-action :show.sync="show" :menuList="actionList" @cb="callbackAction"></more-action> <more-action :show.sync="show" :menuList="actionList" @cb="callbackAction"></more-action>
</div> </div>
<van-dialog <van-dialog
use-slot
title="重命名" title="重命名"
v-model="isShowRename" v-model="isShowRename"
show-cancel-button show-cancel-button
confirm-button-open-type="getUserInfo"
bind:getuserinfo="getUserInfo"
@confirm="onConfirm" @confirm="onConfirm"
> >
<van-field <van-field
......
<template> <template>
<van-dialog <van-dialog
use-slot
title="添加文件夹" title="添加文件夹"
v-model="showSelf" v-model="showSelf"
show-cancel-button show-cancel-button
confirm-button-open-type="getUserInfo"
@close="cancel" @close="cancel"
bind:getuserinfo="getUserInfo"
@confirm="next" @confirm="next"
> >
<van-field <van-field
...@@ -17,7 +14,6 @@ ...@@ -17,7 +14,6 @@
</template> </template>
<script lang="ts"> <script lang="ts">
import { Component, Prop, Vue, Emit, PropSync } from 'vue-property-decorator'; import { Component, Prop, Vue, Emit, PropSync } from 'vue-property-decorator';
import { TEMPLATETYPE } from '@/const/enum';
@Component({ @Component({
}) })
export default class AddFolder extends Vue { export default class AddFolder extends Vue {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment