From 8cabf98bd9e411a82ed66a9d07d445ad01919d19 Mon Sep 17 00:00:00 2001 From: pengxiaolong <15716207+pengxiaolong711@user.noreply.gitee.com> Date: Wed, 9 Jul 2025 13:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hosts/hostsList.vue | 53 ++++++++++++++++++++------------- src/views/hosts/workbenches.vue | 1 + 2 files changed, 34 insertions(+), 20 deletions(-) diff --git a/src/views/hosts/hostsList.vue b/src/views/hosts/hostsList.vue index 748bab7..320d754 100644 --- a/src/views/hosts/hostsList.vue +++ b/src/views/hosts/hostsList.vue @@ -8,7 +8,7 @@ v-model="queryFormData.coinMin" placeholder="最小金币" size="large" - style="width: 160px" + style="width: 180px" type="number" /> @@ -16,7 +16,8 @@ v-model="queryFormData.coinMax" placeholder="最大金币" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> @@ -24,7 +25,8 @@ v-model="queryFormData.levelMin" placeholder="最小等级" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> @@ -32,47 +34,45 @@ v-model="queryFormData.levelMax" placeholder="最大等级" size="large" - style="width: 160px; margin-left: 50px" + style="width: 180px;" + class="right-input" type="number" /> -
+
当前网络:{{ countryData }}
-
+
总数:{{ getBrotherInfodata.total }}
-
+
有效数:{{ getBrotherInfodata.valid }}
重置 打开 TikTok 登录 开始 结束 查询 { queryFormData.value.isRunning = false; timerId.value = setInterval(() => { getBrotherInfo().then((res) => { + loading.close(); getBrotherInfodata.value = res; }); }, 1000); @@ -404,7 +410,7 @@ let labelList = ref([ { paramCode: "userIdStr", paramCodeMeaning: "用户id" }, { paramCode: "level", paramCodeMeaning: "等级" }, { paramCode: "hostcoins", paramCodeMeaning: "打赏的金币" }, - { paramCode: "totalGiftCoins", paramCodeMeaning: "打赏金币总和" }, + { paramCode: "totalGiftCoins", paramCodeMeaning: "最低打赏金币数" }, { paramCode: "hostDisplayId", paramCodeMeaning: "所在直播间主播id" }, { paramCode: "region", paramCodeMeaning: "地区" }, { paramCode: "followerCount", paramCodeMeaning: "粉丝数" }, @@ -814,4 +820,11 @@ function openHTML(id) { ::v-deep(.el-pagination.is-background .el-pager li.is-active) { background-color: @bg-color; } +.right-input { + margin-left: 20px; +} +.right-text{ + color: #666; + font-size: 16px; +} diff --git a/src/views/hosts/workbenches.vue b/src/views/hosts/workbenches.vue index 7f67d86..208018f 100644 --- a/src/views/hosts/workbenches.vue +++ b/src/views/hosts/workbenches.vue @@ -121,6 +121,7 @@ import { setNumData, getNumData, getUser, setTkUser, getTkUser } from '@/utils/s import { ElMessage, ElMessageBox } from 'element-plus' import { getCountryName } from '@/utils/countryUtil' import { tkaccountuseinfo } from '@/api/account' + //导入python交互方法 const { fetchDataConfig, fetchDataCount, loginBackStage, loginTikTok, backStageloginStatus, backStageloginStatusCopy } = usePythonBridge();