明树Git Lab

Commit 6b250817 authored by yangyajing's avatar yangyajing

test

parent f421ec49
......@@ -70,6 +70,7 @@ body, html{
color: #fff;
border-radius: 6px;
margin-left: 15px;
cursor: pointer;
}
.mask-container{
position: fixed;
......
......@@ -79,6 +79,7 @@ $(function () {
}
// 提交问答
$(".send-button").on("click", function() {
$(".mask-container").show();
question = $("#question-input").val();
if (question) {
async function handleAsk () {
......
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