Commit 40c84348 by xue_wengang

取消在线人数

parent f8d92878
......@@ -180,9 +180,7 @@
<span
v-if="activeUserNum"
style="font-size: 16px; line-height: 21px; color: #ed073b"
>近7日鲜活用户数:{{ activeUserNum }} 在线用户数:{{
activeUserNumIn
}}</span
>近7日鲜活用户数:{{ activeUserNum }}</span
>
<!--可配置化图标-->
<div style="
......@@ -650,7 +648,6 @@ export default {
peopleUrl: String,
pageBs: String,
activeUserNum: Number, //鲜活用户数
activeUserNumIn: Number, //在线人数
jsjTableDate: {
type: Array,
default: () => [],
......
......@@ -7,7 +7,6 @@
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:activeUserNum="activeUserNums"
:activeUserNumIn="activeUserNumIns"
></right-content>
</div>
</template>
......@@ -37,7 +36,6 @@ export default {
cxUrl: rzcxCxURL,
header: rzcxcxHeader,
activeUserNums: 0,
activeUserNumIns: 0,
hysUrl: hysURL,
};
},
......@@ -71,13 +69,7 @@ export default {
params: form,
method: "get",
});
},
getZxrsTwo() {
let self = this;
self.doQueryRequest("", "/dlcount").then((res) => {
self.activeUserNumIns = res.count;
});
},
}
},
};
</script>
......
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