fix: 曲线图上方数据界面优化完善。

This commit is contained in:
tianyongbao
2026-01-19 21:50:32 +08:00
parent 9fc7f3aab5
commit 718cbce591
3 changed files with 122 additions and 35 deletions

View File

@@ -735,6 +735,12 @@ Taro.useDidShow(() => {
if (mode.value == 1) {
pond2();
}
// 刷新子组件数据
nextTick(() => {
if (pondChildInfo.value) {
pondChildInfo.value.refresh();
}
});
if (store.getUnLogin != 1 && store.getLoginStatus != 1) {
// 位置解析
// Taro.getLocation({