Commit 67542ca2 by 蒋勇

d

parent 002a4812
......@@ -36,7 +36,7 @@ class ProductpriceService extends ServiceBase {
}
})
let codeval=String(areainfos[0].code).padEnd(6,'0')
if(areainfos[0].name.indexOf("北京") || areainfos[0].name.indexOf("上海") || areainfos[0].name.indexOf("重庆")){
if(areainfos[0].name.indexOf("天津") ||areainfos[0].name.indexOf("北京") || areainfos[0].name.indexOf("上海") || areainfos[0].name.indexOf("重庆")){
codeval=String(areainfos[0].code+"01").padEnd(6,'0')
}
if(!cacheregions[codeval]){
......
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