Commit 219b1b48 by 无尘

fix: 解除港澳台地区选择限制

parent 625ae5cc
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "@gic-test/vue-area-ab",
"description": "vue-area-ab Plugin",
"version": "1.4.3",
"version": "1.4.5",
"license": "MIT",
"private": false,
"main": "dist/vue-area-ab.js",
......
......@@ -246,7 +246,7 @@
if (that.typeId == 1) {
that.optionsPro = [];
for (var i in resList.result) {
if (i == '710000'|| i == '810000' || i =='820000') {return;}
// if (i == '710000'|| i == '810000' || i =='820000') {return;}
that.optionsPro.push(resList.result[i])
}
console.log("省:",that.optionsPro)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment