|
|
@@ -100,7 +100,9 @@ export default {
|
|
|
type = '同城分销-涂料店';
|
|
|
} else if (value == 'QiTa') {
|
|
|
type = '同城分销-其他店';
|
|
|
- }else if (value == 'FuWuShang') {
|
|
|
+ } else if (value == 'TCFX') {
|
|
|
+ type = '同城分销';
|
|
|
+ } else if (value == 'FuWuShang') {
|
|
|
type = '服务商';
|
|
|
}
|
|
|
return type;
|
|
|
@@ -219,7 +221,7 @@ export default {
|
|
|
this.TXisBD.lat,
|
|
|
this.TXisBD.lon,
|
|
|
this.TXisBD.lat,
|
|
|
- this.TXisBD.lon
|
|
|
+ this.TXisBD.lon,
|
|
|
).toFixed(2);
|
|
|
// GZ:工装店铺 直接进入拜访
|
|
|
if (localStorage.getItem('postType') == 'GZ') {
|