From 8726e3080bd889ea67ceb26f9ca7039025e20452 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 08 Jul 2021 17:16:51 +0800
Subject: [PATCH] 实现页面间通讯公共模块

---
 forms/chinaArea/ChinaLocations.weapp.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/forms/chinaArea/ChinaLocations.weapp.js b/forms/chinaArea/ChinaLocations.weapp.js
index b6b3e04..d674b32 100644
--- a/forms/chinaArea/ChinaLocations.weapp.js
+++ b/forms/chinaArea/ChinaLocations.weapp.js
@@ -84,7 +84,6 @@
     },
     // 省市区名称
     getRegionNames(regions, callback) {
-
         if (typeof regions === 'string') {
             regions = regions.split(',');
         }
@@ -109,7 +108,6 @@
     },
     // 省市区文本转code
     getRegionCodes(regions, callback) {
-
         if (typeof regions === 'string') {
             regions = regions.split(',');
         }

--
Gitblit v1.9.1