uniapps/work-app/src/utils/common/index.js
@@ -74,7 +74,7 @@ // 2. 构建查询参数字符串 let queryString = null if(targetUrl === '/workDetail') { queryString = `topMargin=${statusBarHeight}&uniPlatform=${uniPlatform}` queryString = `` }else{ queryString = `params=${encodeURIComponent(userParams)}&topMargin=${statusBarHeight}&uniPlatform=${uniPlatform}` }