From 568e137c3f2ae17f62b3b9ec9ebea37cb136bec0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 22 Feb 2022 15:21:28 +0800
Subject: [PATCH] 新增区域加载中公共组件

---
 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