bhd-components 0.7.2 → 0.7.3
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/README.md +1 -1
- package/dist/{86a6ab15.esm.es5.development.js → 0650d749.esm.es5.development.js} +1 -1
- package/dist/{03434506.esm.es5.production.js → 24d37cb8.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.js +4 -4
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/historyFun.js +1 -1
- package/es2017/customerService/index.js +1 -1
- package/esm/customerService/historyFun.js +1 -1
- package/esm/customerService/index.js +1 -1
- package/package.json +1 -1
|
@@ -270,7 +270,7 @@ const CustomerService = (props)=>{
|
|
|
270
270
|
roomId: roomId,
|
|
271
271
|
sender: "AI",
|
|
272
272
|
recevier: mid,
|
|
273
|
-
message: `Hi
|
|
273
|
+
message: `Hi,我是智能学习助手,你遇到了什么问题?`
|
|
274
274
|
};
|
|
275
275
|
if (pageNumHistory <= 1) {
|
|
276
276
|
setHistoryMessageList((historyMessageList)=>{
|
|
@@ -271,7 +271,7 @@ var CustomerService = function(props) {
|
|
|
271
271
|
roomId: roomId,
|
|
272
272
|
sender: "AI",
|
|
273
273
|
recevier: mid,
|
|
274
|
-
message: "Hi
|
|
274
|
+
message: "Hi,我是智能学习助手,你遇到了什么问题?"
|
|
275
275
|
};
|
|
276
276
|
if (pageNumHistory <= 1) {
|
|
277
277
|
setHistoryMessageList(function(historyMessageList) {
|