inleft
2022-02-27 b1336e3f7fbc43854b6e891578a1d7673ea8e6dd
src/components/mini/box12-comment.vue
@@ -1,10 +1,10 @@
<template>
   <div class="myFriend">
      <replyBox></replyBox>
      <replyBox ref="commentBoxId"></replyBox>
      <a-modal v-model="visible" title="回复Ta @xx" on-ok="handleOk"
         :bodyStyle="{'overflow':'overlay','maxHeight': '550px'}">
         <template slot="footer">
            <!-- <a-button key="reset" @click="reset" type="danger">
         <!-- <template slot="footer">
            <a-button key="reset" @click="reset" type="danger">
               擦掉重来
            </a-button>
            <a-button key="back" @click="handleCancel">
@@ -12,8 +12,8 @@
            </a-button>
            <a-button key="submit" type="primary" :loading="loading" @click="handleOk">
               完事<span style="font-size: 10px;">儿</span>..
            </a-button> -->
         </template>
            </a-button>
         </template> -->
         <replyBox ref="replyBoxId"></replyBox>
      </a-modal>
@@ -59,6 +59,7 @@
         replyBox
      },
      methods: {
         handleOk(e) {},
         loadMore() {
            this.commentListData[0].replyList.listData = this.commentListData[0].replyList.listData.concat(this
               .commentListData[0].replyList.listData)
@@ -74,7 +75,7 @@
      },
      data() {
         return {
            visible: false,
            visible: true,
            commentListData: [{
               userName: "bimo",
               userComment: "1+1=2?",
@@ -104,7 +105,7 @@
                     replyUserName: "inleft",
                  }]
               },
            },{
            }, {
               userName: "bimo",
               userComment: "1+1=2?",
               commentTime: "2022-02-22 22:22:22",