bhd-components 0.11.25 → 0.11.26
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/dist/index.esm.es5.development.js +2 -2
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/customerService/index.js +2 -2
- package/esm/customerService/index.js +2 -2
- package/package.json +1 -1
|
@@ -782,7 +782,7 @@ const CustomerService = (props)=>{
|
|
|
782
782
|
roomId: roomId,
|
|
783
783
|
sender: "AI",
|
|
784
784
|
recevier: mid,
|
|
785
|
-
message: `Hi
|
|
785
|
+
message: `Hi,我是智能助手,你遇到了什么问题?`,
|
|
786
786
|
extraInfos: questionsList == null ? null : questionsList
|
|
787
787
|
};
|
|
788
788
|
if (pageNumHistory <= 1) {
|
|
@@ -810,7 +810,7 @@ const CustomerService = (props)=>{
|
|
|
810
810
|
roomId: roomId,
|
|
811
811
|
sender: "AI",
|
|
812
812
|
recevier: mid,
|
|
813
|
-
message: `Hi
|
|
813
|
+
message: `Hi,我是智能助手,你遇到了什么问题?`
|
|
814
814
|
};
|
|
815
815
|
if (pageNumHistory <= 1) {
|
|
816
816
|
setHistoryMessageList((historyMessageList)=>{
|
|
@@ -795,7 +795,7 @@ var CustomerService = function(props) {
|
|
|
795
795
|
roomId: roomId,
|
|
796
796
|
sender: "AI",
|
|
797
797
|
recevier: mid,
|
|
798
|
-
message: "Hi
|
|
798
|
+
message: "Hi,我是智能助手,你遇到了什么问题?",
|
|
799
799
|
extraInfos: questionsList == null ? null : questionsList
|
|
800
800
|
};
|
|
801
801
|
if (pageNumHistory <= 1) {
|
|
@@ -825,7 +825,7 @@ var CustomerService = function(props) {
|
|
|
825
825
|
roomId: roomId,
|
|
826
826
|
sender: "AI",
|
|
827
827
|
recevier: mid,
|
|
828
|
-
message: "Hi
|
|
828
|
+
message: "Hi,我是智能助手,你遇到了什么问题?"
|
|
829
829
|
};
|
|
830
830
|
if (pageNumHistory <= 1) {
|
|
831
831
|
setHistoryMessageList(function(historyMessageList) {
|