diff --git a/aiChat/components/bottomSend.vue b/aiChat/components/bottomSend.vue index 3c1b233..0b47eba 100644 --- a/aiChat/components/bottomSend.vue +++ b/aiChat/components/bottomSend.vue @@ -128,8 +128,9 @@ export default { * 怎么申请地理标志保护产品? * 想找个像《去有风的地方》那样的治愈县城 * 云南有哪些小众县城适合旅居? + * 查询最近一个月的订单 */ - prompt: '查询最近一个月的订单', + prompt: '', recordManager: null, // 录音权限是否开通 recordPermission: false, diff --git a/aiChat/components/orderItem.vue b/aiChat/components/orderItem.vue index 9df2b21..b00ae66 100644 --- a/aiChat/components/orderItem.vue +++ b/aiChat/components/orderItem.vue @@ -9,6 +9,7 @@ :src="webUrl + '/aiChat/icon-57.png'" class="icon" mode="widthFix" + lazy-load /> {{ item.merName }} @@ -31,6 +32,7 @@ :src="cartItem.productInfo.image" class="img" mode="widthFix" + lazy-load /> diff --git a/aiChat/mixins/chatMixinsV2.js b/aiChat/mixins/chatMixinsV2.js index 379ee32..8090cfa 100644 --- a/aiChat/mixins/chatMixinsV2.js +++ b/aiChat/mixins/chatMixinsV2.js @@ -251,10 +251,11 @@ export const chatMixinsV2 = { orderList: [], type: -2, showMoreInfo: {}, - currentSwiperIndex: 0 + currentSwiperIndex: 0, + showChangeBtn: true }) _this.loading = true - _this.showCursor = false + _this.showCursor = false getSseConfigV1({ 'chatNumber': _this.chatNumber, prompt @@ -453,12 +454,26 @@ export const chatMixinsV2 = { } }) }, + productItemSupplierClickHandle(item) { + if (!item.storeId) { + return + } + this.audioStopHandle() + this.$yrouter.push({ + path: '/pagesInn/inn/innHome', + query: { + id: item.storeId + } + }) + }, productItemBuyNowClickHandle(item) { + this.audioStopHandle() this.showGiftBtn = false this.cart_num = 1 this.addToCart(item) }, productItemGiftBuyClickHandle(item) { + this.audioStopHandle() this.showGiftBtn = true this.cart_num = 1 this.addToCart(item) diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue index 70bfb92..ea1e5a4 100644 --- a/aiChat/views/history.vue +++ b/aiChat/views/history.vue @@ -45,14 +45,14 @@ - + - + - + + + + + + + + {{ goodItem.storeName }} + + + {{ goodItem.name }} + + + + {{ goodItem.price }} + + + 立即下单 + 送给朋友 + + + + + + + @@ -153,9 +213,10 @@ - + + @@ -177,9 +239,10 @@ - + + - + + @@ -216,9 +281,10 @@ - + + - + + + + + + + +