From 3bfd69b33ad6b5c7c5ada276809da8f27c403d74 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 20 Jan 2022 11:38:45 +0800 Subject: [PATCH] 调整 tab 公共样式 --- forms/chinaArea/ChinaLocations.weapp.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/forms/chinaArea/ChinaLocations.weapp.js b/forms/chinaArea/ChinaLocations.weapp.js index 7c1986d..72bf0ce 100644 --- a/forms/chinaArea/ChinaLocations.weapp.js +++ b/forms/chinaArea/ChinaLocations.weapp.js @@ -57,7 +57,7 @@ export default { onReady(callback) { - if (ChinaLocationData.length > 0) { + if (locationTree.length > 0) { callback(); } else { readyCallback = callback; -- Gitblit v1.9.1