mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改省市区插件
This commit is contained in:
parent
b5ef8f6f6f
commit
74695a725d
1
public/static/plugs/jquery/area/area.js
vendored
1
public/static/plugs/jquery/area/area.js
vendored
@ -50,7 +50,6 @@ PCAS.init = function (PCA) {
|
|||||||
PCA.PCAP[ID1] = VAL1.split("$")[0], PCA.PCAC[ID1] = [], PCA.PCAA[ID1] = [];
|
PCA.PCAP[ID1] = VAL1.split("$")[0], PCA.PCAC[ID1] = [], PCA.PCAA[ID1] = [];
|
||||||
VAL1.split("$")[1].split("|").forEach(function (VAL2, ID2) {
|
VAL1.split("$")[1].split("|").forEach(function (VAL2, ID2) {
|
||||||
PCA.PCAC[ID1].push((PCA.PCAR = VAL2.split(",")).shift()), PCA.PCAA[ID1][ID2] = PCA.PCAR;
|
PCA.PCAC[ID1].push((PCA.PCAR = VAL2.split(",")).shift()), PCA.PCAA[ID1][ID2] = PCA.PCAR;
|
||||||
if (PCA.PCAA[ID1][ID2].length === 1) PCA.PCAA[ID1][ID2][1] = SAT;
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return this;
|
return this;
|
||||||
|
1
public/static/plugs/jquery/pcasunzips.js
vendored
1
public/static/plugs/jquery/pcasunzips.js
vendored
@ -50,7 +50,6 @@ PCAS.init = function (PCA) {
|
|||||||
PCA.PCAP[ID1] = VAL1.split("$")[0], PCA.PCAC[ID1] = [], PCA.PCAA[ID1] = [];
|
PCA.PCAP[ID1] = VAL1.split("$")[0], PCA.PCAC[ID1] = [], PCA.PCAA[ID1] = [];
|
||||||
VAL1.split("$")[1].split("|").forEach(function (VAL2, ID2) {
|
VAL1.split("$")[1].split("|").forEach(function (VAL2, ID2) {
|
||||||
PCA.PCAC[ID1].push((PCA.PCAR = VAL2.split(",")).shift()), PCA.PCAA[ID1][ID2] = PCA.PCAR;
|
PCA.PCAC[ID1].push((PCA.PCAR = VAL2.split(",")).shift()), PCA.PCAA[ID1][ID2] = PCA.PCAR;
|
||||||
if (PCA.PCAA[ID1][ID2].length === 1) PCA.PCAA[ID1][ID2][1] = SAT;
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return this;
|
return this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user