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