diff --git a/client-configs.json b/client-configs.json index e69aa7b..7e8a037 100644 --- a/client-configs.json +++ b/client-configs.json @@ -5,11 +5,11 @@ "name": "智念", "logo": "https://oss.nianxx.cn/mp/static/version_101/login/dh_logo.png", "theme": { - "theme-color-800": "#0B7034", - "theme-color-700": "#0B5C2D", - "theme-color-500": "#0CCD58", - "theme-color-100": "#E8FFF1", - "theme-color-50": "#F0F8F3" + "theme-color-800": "#174BB6", + "theme-color-700": "#145EE1", + "theme-color-500": "#2D91FF", + "theme-color-100": "#D9EEFF", + "theme-color-50": "#EEF8FF" } }, "nianhelper": { diff --git a/src/pages/ChatMain/ChatGuide/index.vue b/src/pages/ChatMain/ChatGuide/index.vue new file mode 100644 index 0000000..95a3421 --- /dev/null +++ b/src/pages/ChatMain/ChatGuide/index.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/src/pages/ChatMain/ChatMainList/index.vue b/src/pages/ChatMain/ChatMainList/index.vue index 2e7960c..4724a8f 100644 --- a/src/pages/ChatMain/ChatMainList/index.vue +++ b/src/pages/ChatMain/ChatMainList/index.vue @@ -105,20 +105,20 @@ item.toolCall.componentName === CompName.mapCard " /> - - + + + + { return; } + // 我的订单 + if (item.type === Command.myOrder) { + checkToken().then(() => { + uni.navigateTo({ url: "/pages-order/order/list" }); + }); + return; + } + uni.$emit(SEND_MESSAGE_COMMAND_TYPE, item); }; diff --git a/src/static/come_chat_image.png b/src/static/come_chat_image.png new file mode 100644 index 0000000..5b41a74 Binary files /dev/null and b/src/static/come_chat_image.png differ diff --git a/src/static/dh.png b/src/static/dh.png deleted file mode 100644 index 4c76c7e..0000000 Binary files a/src/static/dh.png and /dev/null differ diff --git a/src/uni.scss b/src/uni.scss index 04601d7..a781311 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -13,11 +13,11 @@ */ /* 主题颜色(由 switch-client 命令自动更新) */ -$theme-color-800: #0B7034; -$theme-color-700: #0B5C2D; -$theme-color-500: #0CCD58; -$theme-color-100: #E8FFF1; -$theme-color-50: #F0F8F3; +$theme-color-800: #174BB6; +$theme-color-700: #145EE1; +$theme-color-500: #2D91FF; +$theme-color-100: #D9EEFF; +$theme-color-50: #EEF8FF; // text 颜色 $text-color-900: #181B25;