odc.xiaohui
2023-03-21 b631784d1513f577967c660ba653a7919b02013c
miniprogram/pages/manager/group/message/index.ts
@@ -4,6 +4,7 @@
Page({
    data: {
        overLayList:{},
        showOverlay:false,
        messageList: [],
        isShow: false,
@@ -28,7 +29,9 @@
    },
    onClickShow(e){
        console.log(e);
        this.setData({
            overLayList:e
        })
        this.setData({
            showOverlay:true
        })