inleft
2022-03-03 5dfef883049e7f0670f6c6b1b225b233aee41eea
src/components/mini/box13-reply.vue
@@ -65,8 +65,8 @@
            this.showReplyMsgInfo = true;
            this.replyHolder = "@" + this.msgInfo.useName;
         },
         send(articleId) {
            console.log(this.msgInfo);
         send() {
            console.log(11);
            if (this.form.nickName === "") {
               this.$message.info("怎么称呼..")
               return
@@ -87,7 +87,7 @@
                  res = false;
               }
            });
            var articleId=this.$attrs.articleId;
            let commentType = (articleId == null || articleId == undefined) ? 1 : 2;
            this.isSending = true;
@@ -106,10 +106,9 @@
               "commentContent": this.form.visitorContent,
            }).then((res) => {
               this.isSending = false;
               console.log(111);
               if (res.code == 200) {
                  console.log(111);
                  this.$message.info("已送达,审核通过后显示..")
                  this.$emit("sendMsg");
                  this.$message.info("信息已送达..")
               } else {
                  this.$notification.error({
                     message: '好像哪里不对劲..',
@@ -193,8 +192,9 @@
<style lang="less">
   .replyMsgInfo {
      display: flex;
      border-radius: 4px;
      box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.24), 1px 3px 15px 0 rgba(0, 0, 0, 0.19);
      padding: 20px 20px;
      padding: 20px 25px 20px;
      margin-left: 15px;
      margin-top: 10px;
   }