|
|
@@ -223,19 +223,7 @@ export default {
|
|
|
this.$util.pageTo({ url: "/pages/home/cash", type: 2 })
|
|
|
},
|
|
|
beginRemind() {
|
|
|
- let that = this
|
|
|
- clearInterval(that.T)
|
|
|
- this.mustUpdate = false
|
|
|
- that.T = setInterval(function () {
|
|
|
- checkRefresh().then(res => {
|
|
|
- if (res.code == 1) {
|
|
|
- if (res.data.remind && res.data.remind == 1) {
|
|
|
- clearInterval(that.T)
|
|
|
- that.mustUpdate = true
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }, 30000)
|
|
|
+
|
|
|
},
|
|
|
updateRightItem() {
|
|
|
this.customId = this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId > 0 ? Number(this.getLoginInfo.skCustomId) : 0
|