src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2682,11 +2682,16 @@ delete result.message delete result.status param = { ...outParam, ...result, func: btn.callbackFunc } param = {} Object.keys(outParam).forEach(key => { param[key.toLowerCase()] = outParam[key] }) Object.keys(result).forEach(key => { param[key.toLowerCase()] = result[key] }) param.func = btn.callbackFunc if (window.GLOB.mkHS) { if (btn.callbackFunc === 's_sVersion_Local_add' && window.GLOB.forcedUpdate) { // special 传输号添加回调处理