diff --git a/components/AddCarCrad/index.vue b/components/AddCarCrad/index.vue index b023ecf..ba776cd 100644 --- a/components/AddCarCrad/index.vue +++ b/components/AddCarCrad/index.vue @@ -5,7 +5,7 @@ diff --git a/components/AddCarCrad/styles/index.scss b/components/AddCarCrad/styles/index.scss index 7ed6b0c..89f33fe 100644 --- a/components/AddCarCrad/styles/index.scss +++ b/components/AddCarCrad/styles/index.scss @@ -3,12 +3,6 @@ flex-direction: column; align-items: center; - .description { - font-size: 28rpx; - color: #666; - line-height: 1.5; - } - .code-img { margin-top: 12px; width: 250px; @@ -20,6 +14,6 @@ padding: 12px; font-size: 36rpx; font-weight: 600; - color: #333; + color: #666; } } diff --git a/model/ChatModel.js b/model/ChatModel.js index fc5620e..c016da2 100644 --- a/model/ChatModel.js +++ b/model/ChatModel.js @@ -1,20 +1,30 @@ - export const MessageRole = { - AI: "AI", - ME: "ME", - OTHER: "OTHER" -} + // 智能体消息 + AI: "AI", + // 我发送的消息 + ME: "ME", + // 其他消息 + OTHER: "OTHER", +}; export const MessageType = { - TEXT: 'TEXT', - IMAGE: 'IMAGE' -} - + // 文本消息 + TEXT: "TEXT", + // 图片消息 + IMAGE: "IMAGE", +}; export const CompName = { + // 快速预定卡片 quickBookingCard: "quickBookingCard", + // 服务工单卡片 createWorkOrderCard: "createWorkOrderCard", + // 意见反馈卡片 feedbackCard: "feedbackCard", + // 探索发现卡片 discoveryCard: "discoveryCard", - addLicensePlate: "addLicensePlate", -}; \ No newline at end of file + // 图片和商品卡片 + pictureAndCommodityCard: "pictureAndCommodityCard", + // 输入车牌卡片 + enterLicensePlateCard: "enterLicensePlateCard", +}; diff --git a/pages/chat/ChatMainList.vue b/pages/chat/ChatMainList.vue index ca49b0e..0b5a3d6 100644 --- a/pages/chat/ChatMainList.vue +++ b/pages/chat/ChatMainList.vue @@ -31,17 +31,6 @@ > - - - - diff --git a/pages/module/booking/QuickBookingContentList.vue b/pages/module/booking/QuickBookingContentList.vue index b460a7d..8ae9bc9 100644 --- a/pages/module/booking/QuickBookingContentList.vue +++ b/pages/module/booking/QuickBookingContentList.vue @@ -32,7 +32,7 @@ {{ item.commodityPrice }} - /人 + /{{ item.stockUnitLabel }} 下单 diff --git a/pages/module/detail/DetailCardGoodsContentList.vue b/pages/module/detail/DetailCardGoodsContentList.vue index 4e150cf..9004b96 100644 --- a/pages/module/detail/DetailCardGoodsContentList.vue +++ b/pages/module/detail/DetailCardGoodsContentList.vue @@ -35,7 +35,7 @@ {{ item.specificationPrice }} - /人 + /{{ item.stockUnitLabel }} 下单