ucservice 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ucservice.common.js +1 -1
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +1 -1
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common-request.js +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -29929,7 +29929,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers) {
|
|
|
29929
29929
|
method = method ? method : 'POST';
|
|
29930
29930
|
async = async == undefined ? true : async;
|
|
29931
29931
|
|
|
29932
|
-
for (key in param) {
|
|
29932
|
+
for (let key in param) {
|
|
29933
29933
|
//检测手机号码, 外地号码头部(非杭州)加00,本地号码加0
|
|
29934
29934
|
if (/_phone01$/.test(key)) {
|
|
29935
29935
|
let tel = key.replace(/_phone01$/, "");
|
|
Binary file
|