diff --git a/bingchat/components/chatbox/index.wxml b/bingchat/components/chatbox/index.wxml
index 6f23903..d7762cd 100644
--- a/bingchat/components/chatbox/index.wxml
+++ b/bingchat/components/chatbox/index.wxml
@@ -1,6 +1,6 @@
-输入问题开始和New Bing聊天吧~
+输入问题开始和New Bing聊天吧~
@@ -9,7 +9,7 @@
{{item.dt}}{{item.num_in_conversation}}
- {{suggest}}
+ {{suggest}}
@@ -21,6 +21,7 @@
+
\ No newline at end of file
diff --git a/bingchat/image/newBing.png b/bingchat/image/newBing.png
new file mode 100644
index 0000000..6437d46
Binary files /dev/null and b/bingchat/image/newBing.png differ
diff --git a/bingchat/pages/index/index.js b/bingchat/pages/index/index.js
index 3783e97..3ffaaca 100644
--- a/bingchat/pages/index/index.js
+++ b/bingchat/pages/index/index.js
@@ -229,7 +229,7 @@ Page({
})
setTimeout(() => {
cht.setData({
- scrollId: "item" + (cht.data.chatList.length - 1),
+ scrollId: "item" + (cht.data.chatList.length + '9999'),
})
}, 50)
},
@@ -244,6 +244,7 @@ Page({
return {
title: "New Bing Bot 🤖",
path: "/pages/index/index",
+ imageUrl: "../../image/newBing.png"
}
},
onSuggestSubmit: function (e) {