明树Git Lab

Commit 679db87a authored by yangyajing's avatar yangyajing

test

parent 71c17841
......@@ -80,8 +80,6 @@ $(function () {
// 提交问答
$(".send-button").on("click", function() {
question = $("#question-input").val();
$(".mask-button").html(question);
$(".mask-container").show();
if (question) {
async function handleAsk () {
try {
......@@ -158,6 +156,7 @@ $(function () {
<div class="conversation-answer">
<div class="answer-data"></div>
</div>`;
$(".mask-container").show();
$('.conversation-wrap')[0].insertBefore(div, $('.conversation-loading')[0]);
$('.conversation-loading').show();
$("#question-input").attr("disabled", true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment