From 87eda2dd992e01243d464a6c6b63ff31b8ec541b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 26 七月 2023 14:36:26 +0800
Subject: [PATCH] 2023-07-26

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx           |    2 +-
 src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx |    6 +++---
 src/tabviews/zshare/actionList/excelInbutton/index.jsx          |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
index 8227172..d81a1b1 100644
--- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -393,7 +393,7 @@
           } else if (res.ErrCode === 'C') {
             const _this = this
             confirm({
-              title: '缁х画鎵ц锛�',
+              title: '璇风‘璁�',
               content: res.message,
               onOk() {
                 return new Promise(resolve => {
diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 2a3b72c..78522ba 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1724,7 +1724,7 @@
       } else if (res.ErrCode === 'C') {
         const _this = this
         confirm({
-          title: '缁х画鎵ц锛�',
+          title: '璇风‘璁�',
           content: res.message,
           onOk() {
             return new Promise(resolve => {
diff --git a/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx b/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx
index 8fed290..57deaab 100644
--- a/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx
@@ -48,7 +48,7 @@
 
     this.timer = setTimeout(() => {
       this.props.onChange(val)
-    }, btn.formType === 'count_line' ? 100 : 1000)
+    }, btn.formType === 'count_line' ? 100 : 500)
   }
 
   plus = () => {
@@ -71,7 +71,7 @@
 
     this.timer = setTimeout(() => {
       this.props.onChange(val)
-    }, btn.formType === 'count_line' ? 100 : 1000)
+    }, btn.formType === 'count_line' ? 100 : 500)
   }
 
   submit = () => {
@@ -96,7 +96,7 @@
 
     this.timer = setTimeout(() => {
       this.props.onChange(count)
-    }, btn.formType === 'count_line' ? 100 : 1000)
+    }, btn.formType === 'count_line' ? 100 : 500)
   }
 
   render() {

--
Gitblit v1.8.0