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