diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index 0125955..cb5a8d1 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -60,8 +60,8 @@ const sendReply = (item) => { // 快速预订 if (item.type === Command.quickBooking) { checkToken().then(() => { - // uni.navigateTo({ url: "/pages-quick/list" }); - uni.navigateTo({ url: "/pages-service/tickets/index" }); + uni.navigateTo({ url: "/pages-quick/list" }); + // uni.navigateTo({ url: "/pages-service/tickets/index" }); }); return; } diff --git a/src/pages/ChatModule/DiscoveryCardComponent/index.vue b/src/pages/ChatModule/DiscoveryCardComponent/index.vue index 8a4089c..418d571 100644 --- a/src/pages/ChatModule/DiscoveryCardComponent/index.vue +++ b/src/pages/ChatModule/DiscoveryCardComponent/index.vue @@ -1,7 +1,7 @@ diff --git a/src/pages/ChatModule/MoreService/index.vue b/src/pages/ChatModule/MoreService/index.vue index 1c36f15..d068907 100644 --- a/src/pages/ChatModule/MoreService/index.vue +++ b/src/pages/ChatModule/MoreService/index.vue @@ -45,14 +45,14 @@ const list = ref([ type: Command.quickBooking, path: "/pages-quick/list", }, - // { - // icon: "https://oss.nianxx.cn/mp/static/version_101/home/tsfx.png", - // title: "探索发现", - // content: "发现景点、活动、特色内容", - // btnText: "去探索", - // type: Command.discovery, - // path: "", - // }, + { + icon: "https://oss.nianxx.cn/mp/static/version_101/home/tsfx.png", + title: "探索发现", + content: "发现景点、活动、特色内容", + btnText: "去探索", + type: Command.discovery, + path: "", + }, { icon: "https://oss.nianxx.cn/mp/static/version_101/home/mddd.png", title: "我的订单", @@ -85,14 +85,14 @@ const list = ref([ type: Command.feedbackCard, path: "", }, - { - icon: "https://oss.nianxx.cn/mp/static/version_101/home/hjfw.png", - title: "呼叫热线", - content: "我们将全程为您提供细致解答与暖心服务。", - btnText: "去呼叫", - type: Command.callMobileService, - path: "", - }, + // { + // icon: "https://oss.nianxx.cn/mp/static/version_101/home/hjfw.png", + // title: "呼叫热线", + // content: "我们将全程为您提供细致解答与暖心服务。", + // btnText: "去呼叫", + // type: Command.callMobileService, + // path: "", + // }, ]); const open = () => {