From 6164f02ad33bced77194dc0a461ec5dae2bf9d6f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 15 七月 2022 17:01:20 +0800 Subject: [PATCH] # --- pages/basics/outPakin.vue | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue index dbbe81b..918f388 100644 --- a/pages/basics/outPakin.vue +++ b/pages/basics/outPakin.vue @@ -124,7 +124,7 @@ onLoad() { // #ifdef APP setInterval(()=>{ - uni.hideKeyboard() + // uni.hideKeyboard() },20) // #endif }, @@ -289,6 +289,12 @@ // 妫�绱㈠晢鍝� findMat() { let that = this + let userName = uni.getStorageSync('HCuname') + let matCode = that.matnrId + // 寮�鍚壂鎻忔棩蹇� + that.addLog(matCode,userName) + that.foucss(); + return; if (that.matnrId.length > 25){ that.messageToggle('warn'); that.messageText = '鍟嗗搧缂栫爜瓒呴暱锛岃閲嶈瘯'; @@ -307,10 +313,8 @@ return; } } - let userName = uni.getStorageSync('HCuname') - let matCode = that.matnrId - // 寮�鍚壂鎻忔棩蹇� - that.addLog(matCode,userName) + + // return; // uni.showLoading(); uni.request({ -- Gitblit v1.9.1