From e771ba19739b537526ddb9a6fb2499b58a45a8ab Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 07 七月 2020 11:47:56 +0800
Subject: [PATCH] 2020-07-07

---
 src/tabviews/zshare/actionList/newpagebutton/index.jsx |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/src/tabviews/zshare/actionList/newpagebutton/index.jsx b/src/tabviews/zshare/actionList/newpagebutton/index.jsx
index be6e13b..7901770 100644
--- a/src/tabviews/zshare/actionList/newpagebutton/index.jsx
+++ b/src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -81,16 +81,7 @@
       let msg = '&uid=' + sessionStorage.getItem('UserID') + '&sid=' + sessionStorage.getItem('SessionUid') + '&lid=' + sessionStorage.getItem('LoginUID') + '&un=' + sessionStorage.getItem('User_Name')
       let src = '#/print/' + window.btoa('ID=' + Id + msg + cloudmsg)
       window.open(src)
-    } else if (btn.pageTemplate === 'custom' && btn.url === 'pay') {
-      if (data.length !== 1) {
-        // 鏀粯鏃讹紝闇�瑕侀�夋嫨鍗曡鏁版嵁
-        notification.warning({
-          top: 92,
-          message: this.state.dict['main.action.confirm.selectSingleLine'],
-          duration: 5
-        })
-        return
-      }
+    } else if (btn.pageTemplate === 'pay') {
       let url = '#/pay/' +  window.btoa(`ID=${Id}&LoginUID=${sessionStorage.getItem('LoginUID')}`)
 
       window.open(url)

--
Gitblit v1.8.0