Commit cc7fd3da authored by “yiyousong”'s avatar “yiyousong”

perf: 优化短信开启按钮提示

parent 6f2fe97b
......@@ -12,7 +12,12 @@
{{ v }}
</div>
</div>
<a-tooltip>
<template slot="title">
当前状态:{{ setInfo.messageoff ? "开启" : "关闭" }}
</template>
<YButton v-model="setInfo.messageoff" @change="changeClose"></YButton>
</a-tooltip>
</div>
</template>
......
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