From fcc0644787b36c3b491acbdcd501450c06e3af0d Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 21 Aug 2024 09:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A6=96=E9=A1=B5=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E5=88=B7=E6=96=B0=E4=BB=8A=E6=97=A5=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/index/index.vue | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index bf8fffc..bd0f5ee 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "盛安到家", "appid" : "__UNI__B37C795", "description" : "", - "versionName" : "2.1.0", - "versionCode" : 110, + "versionName" : "2.1.1", + "versionCode" : 120, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index a529fd8..860b75c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -775,12 +775,13 @@ export default { // #endif let that = this if (that.time) clearInterval(that.time); - if (this.isLogin) { - that.time = setInterval(function () { - that.getNewOrder() - console.log(that.time); - }, 10000) - } + that.getNewOrder() + // if (this.isLogin) { + // that.time = setInterval(function () { + // that.getNewOrder() + // console.log("啊实打实大苏打",that.time); + // }, 100) + // } } else { console.log(this.userId,"false============>"); this.isLogin = false