shish 1 개월 전
부모
커밋
c9d16284b4
3개의 변경된 파일3개의 추가작업 그리고 27개의 파일을 삭제
  1. 1 13
      ghsPad/src/pages/home/cash.vue
  2. 1 13
      hdPad/src/pages/home/cash.vue
  3. 1 1
      hdPad/src/pages/home/components/workList.vue

+ 1 - 13
ghsPad/src/pages/home/cash.vue

@@ -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

+ 1 - 13
hdPad/src/pages/home/cash.vue

@@ -227,19 +227,7 @@ export default {
         	this.$util.pageTo({ url: "/pages/home/cash",type:2})
 		},
 		beginRemind(){
-			let that = this
-			this.mustUpdate = false
-			clearInterval(that.T)
-			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(){
 			const shop = this.getMyShopInfo && this.getMyShopInfo.shop

+ 1 - 1
hdPad/src/pages/home/components/workList.vue

@@ -104,7 +104,7 @@ export default {
             let that = this
             this.t = setInterval(function () {
                 that.getWorkInfoList(1)
-            },8000)
+            },60000)
         },
         refreshList(){
             this.resetList()