明树Git Lab

Commit 6b250817 authored by yangyajing's avatar yangyajing

test

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