WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-12-31 22fb0ee9dc83c185f35070d1d5185b555acdc856
修复地址插件,首次打开异常的问题
1 files modified
2 ■■■ changed files
forms/chinaArea/ChinaLocations.weapp.js 2 ●●● patch | view | raw | blame | history
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;