明树Git Lab

Commit 71c17841 authored by yangyajing's avatar yangyajing

test

parent 6b250817
......@@ -79,8 +79,9 @@ $(function () {
}
// 提交问答
$(".send-button").on("click", function() {
$(".mask-container").show();
question = $("#question-input").val();
$(".mask-button").html(question);
$(".mask-container").show();
if (question) {
async function handleAsk () {
try {
......
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