From b7fdb64f2e14c60a020adc360b31708496878fc3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 25 八月 2024 21:27:52 +0800 Subject: [PATCH] 2024-08-25 --- src/tabviews/zshare/actionList/newpagebutton/index.jsx | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tabviews/zshare/actionList/newpagebutton/index.jsx b/src/tabviews/zshare/actionList/newpagebutton/index.jsx index 943d8a9..50dcdbf 100644 --- a/src/tabviews/zshare/actionList/newpagebutton/index.jsx +++ b/src/tabviews/zshare/actionList/newpagebutton/index.jsx @@ -158,10 +158,10 @@ lang = data[0].lang_s || '' } - let _name = '鏂伴〉闈�' + // let _name = '鏂伴〉闈�' if (btn.pageTemplate === 'billprint') { - _name = '鍗曟嵁鎵撳嵃' + // _name = '鍗曟嵁鎵撳嵃' if (btn.preHandle === 'true' && btn.pre_func) { MKEmitter.emit('queryModuleParam', btn.$menuId, (res) => { let searches = {} @@ -239,7 +239,7 @@ let src = '#/print/' + window.btoa(window.encodeURIComponent(JSON.stringify({ ID: Id, lang }))) window.open(src) } else if (btn.pageTemplate === 'pay') { - _name = '鏀粯' + // _name = '鏀粯' let appId = '' let merchId = '' @@ -338,9 +338,9 @@ window.open(url) } - if (window.GLOB.systemType === 'production') { - MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: _name}) - } + // if (window.GLOB.systemType === 'production') { + // MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: _name}) + // } } prequest = (ID, data, appId, merchId) => { -- Gitblit v1.8.0