From 796f004ff2935e2a405fa6b407ba6ed1b5c9b879 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 20 Aug 2025 16:58:33 +0800 Subject: [PATCH] no message --- root/NEUIKit/pages/Chat/message/message-item.vue | 52 +++++++++++++++++++++++- utils/common.js | 22 ++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/root/NEUIKit/pages/Chat/message/message-item.vue b/root/NEUIKit/pages/Chat/message/message-item.vue index dd94315..beeb06a 100644 --- a/root/NEUIKit/pages/Chat/message/message-item.vue +++ b/root/NEUIKit/pages/Chat/message/message-item.vue @@ -282,9 +282,57 @@ +
+
+
+ {{ JSON.parse(props.msg.attachment.raw).obj.jobName }} +
+
+ {{jsa.setJobInfoPositionv3(JSON.parse(props.msg.attachment.raw).obj.storeAddr) + ' | ' + jsa.handleSetSex(JSON.parse(props.msg.attachment.raw).obj).gender + ' | ' + jsa.handleSetAge(JSON.parse(props.msg.attachment.raw).obj).age}} +
+ + + {{ item }} + + +
+ + + + {{ + JSON.parse(props.msg.attachment.raw).obj.minMonthlyPay / 100 ? + (' | ' + JSON.parse(props.msg.attachment.raw).obj.minMonthlyPay / 100 +"-" + JSON.parse(props.msg.attachment.raw).obj.maxMonthlyPay / 100) : + "" + }} + + + + + + + + {{ JSON.parse(props.msg.attachment.raw).obj.serviceFee ? jsa.setReturnFee(JSON.parse(props.msg.attachment.raw).obj.returnFee, JSON.parse(props.msg.attachment.raw).obj.returnFeeType) : '费用待定' }} + + +
+
+
+ v-else-if="props.msg.messageType == 100 && props.msg.attachment && JSON.parse(props.msg.attachment.raw).typs == 'msg'">