记得上下班打卡 | git大法好,push需谨慎

Commit 12bc6f32 authored by sangchunxi's avatar sangchunxi

#1948 bug 修复

parent 614ba6af
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
// city: adArr.addressStr[1], // city: adArr.addressStr[1],
// cityId: adArr.addressIds[1].toString(), // cityId: adArr.addressIds[1].toString(),
province: adArr.addressStr[0], province: adArr.addressStr[0],
provinceId: adArr.addressIds[0].toString() provinceId: adArr.addressIds[0] + ''
}; };
if (editStatus != '') { if (editStatus != '') {
postData.id = editStatus; postData.id = editStatus;
......
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