@@ -103,7 +103,7 @@ export default {
this.timer = setInterval(function () {
that.initNotice()
}, 3000)
- this.userInfo = JSON.parse(localStorage.getItem("greemall_user"))
+ this.userInfo = JSON.parse(localStorage.getItem("supply_user"))
},
beforeDestroy() {
window.clearInterval(this.timer)