/** * * * @param {*} number 第几位 * @param {*} src 名片头像 * @param {*} name 名片名字 * @param {*} qrCodeUrl 小程序codeURL图片 */ import leiDa from "@/components/mpvueEcharts/leiDa.vue" const wxml = (testResult, totalScores, scoresList, persion) => ` 总分 `+ testResult == 2? totalScores.toFixed(2) :scoresList[0].tableContext[0].value[0] +` 分 解读: `+improvementSuggestions+` 量表名称:`+name+` 测试时间:`+time+` 报告阅读说明 谢谢您的参与,阅读本报告时,请注意以下内容: 本结果仅供参考,不可作为临床诊断的依据; 如结果与你自己或他人感知的有出入,可回忆在测试时是否有事情影响了你,或自己答题时是否有所顾虑; 如对报告有不理解的地方,建议向专业资质人员进行咨询。 `+itemTitle+` `+c.name+` `+testResult == 2?c.score:c.value[0]+` {{list.name}}:{{list.symptom}} {{list.improvementSuggestions}} ` // ` // // // `+ name +` // `+ c1 +` // `+ c2 +` // // // 扫码一起加入学习吧 // // // ` /** * * * @param {*} screenWidth 屏幕宽度 * @param {*} canvasWidth 画布宽度 * @param {*} canvasHeight 画布高度 * @param {*} numberWidth 数字宽度,动态设置 * @return {*} */ const style = (screenWidth, canvasWidth, canvasHeight) => { return { "container": { width: canvasWidth, height: canvasHeight, position: 'relative', overflow: 'hidden', backgroundColor: '#ffffff', }, "name": { fontSize: 20, color: '#333', marginLeft: canvasWidth * 0.08, width: canvasWidth * 0.84, height: screenWidth * 0.18, textAlign: 'center', }, "content": { fontSize: 14, color: '#333', width: canvasWidth * 0.84, height: screenWidth * 0.15, marginLeft: canvasWidth * 0.08, }, "pic": { width: canvasWidth * 0.3, height: screenWidth * 0.28, marginTop: canvasWidth * 0.1, marginLeft: canvasWidth * 0.35, marginBottom: canvasWidth * 0.05, borderRadius: screenWidth * 0.14, overflow: 'hidden', }, "bottom": { width: canvasWidth, height: screenWidth * 0.2, flexDirection: 'row', justifyContent: 'self-start', alignItems: 'center', backgroundColor: '#fafafa', position: 'absolute', bottom: 0, left: 0, }, "qr": { width: canvasWidth * 0.14, height: screenWidth * 0.14, marginLeft: canvasWidth * 0.04, marginRight: canvasWidth * 0.04, }, "msg": { fontSize: 14, color: '#a1a1a1', width: canvasWidth * 0.74, height: 14, textAlign: 'left' }, } } module.exports = { wxml, style }
谢谢您的参与,阅读本报告时,请注意以下内容:
本结果仅供参考,不可作为临床诊断的依据;
如结果与你自己或他人感知的有出入,可回忆在测试时是否有事情影响了你,或自己答题时是否有所顾虑;
如对报告有不理解的地方,建议向专业资质人员进行咨询。