fix: 曲线图上方数据界面优化完善。
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user