ai-chat-bot-interface 1.4.10 → 1.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/App.vue +2 -2
- package/src/components/DishesList.vue +1 -1
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -5,8 +5,8 @@ import ChatUi from './ChatUi.vue';
|
|
|
5
5
|
<template>
|
|
6
6
|
<div style="width: 100vw; height: 100vh">
|
|
7
7
|
<chat-ui
|
|
8
|
-
bot-id="
|
|
9
|
-
token="
|
|
8
|
+
bot-id="7471093458661720104"
|
|
9
|
+
token="pat_2yVcSFJUZB6c9Kdcv9iktIVFeGRuzyK3bAJY6GcqKrdGxTdjKMd1iDB09ipJ6YX8"
|
|
10
10
|
uid="262598"
|
|
11
11
|
:def-msg="{ placeholder: '发消息...' }"
|
|
12
12
|
:show-header="true"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</div>
|
|
28
28
|
</div>
|
|
29
29
|
<div v-else class="btn_group">
|
|
30
|
-
<div v-if="
|
|
30
|
+
<div v-if="channel !== 'hft'" class="btn btn_1" @click.stop="handleBtn('ship_order')">
|
|
31
31
|
<span class="name">配送下單</span>
|
|
32
32
|
<span class="sub">(直送到府)</span>
|
|
33
33
|
</div>
|