Commit 59fe9ef4 authored by IvyXia123's avatar IvyXia123

bug更新

parent 696d7d84
......@@ -331,7 +331,8 @@
},
},
mounted() {
if(localStorage.getItem('promp') == '1') {
let prompStr = localStorage.getItem('promp')
if(prompStr) {
this.promp = false
}else {
localStorage.setItem('promp', 1)
......
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