@@ -2159,7 +2159,7 @@ function _Chat() {
<p style={{ textAlign: 'center' }}>
{getDesc()}
</p>
- {/* <p>我猜您可能想问:</p>
+ <p>我猜您可能想问:</p>
{
questionList.map((item, index) => {
return (
@@ -2188,7 +2188,7 @@ function _Chat() {
</div>
)
})
- } */}
+ }
</>
}