From e5501ada6eb3794251457f36a11b38c1e98a3d18 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 03 七月 2024 17:54:27 +0800 Subject: [PATCH] 修改定时任务 --- login/login/index.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/login/login/index.js b/login/login/index.js index 16b4677..81e7fa3 100644 --- a/login/login/index.js +++ b/login/login/index.js @@ -304,7 +304,7 @@ that.setData({ userInfo: res.userInfo, }) - + app.startTimer() that.getWxUserLoginCodeCb().then((loginParas) => { // console.log(loginParas.code) var jsCode = loginParas.code; @@ -387,7 +387,8 @@ inputWidth: screenWidth, inputHeight: screenHightScale * 177, }); - + console.log(111) + app.onReset() }, onShareAppMessage: function () { -- Gitblit v1.9.3