Commit 36f3aeb6 authored by zhangtao's avatar zhangtao

租房面积提示文字修改

parent 00771882
...@@ -837,7 +837,7 @@ if (isset($publish_block) && !empty($publish_block)) { ...@@ -837,7 +837,7 @@ if (isset($publish_block) && !empty($publish_block)) {
if(renttype == '整租'){ if(renttype == '整租'){
$(".areaName").html('总面积:'); $(".areaName").html('总面积:');
}else{ }else{
$(".areaName").html('房面积:'); $(".areaName").html('房面积:');
} }
}else{ }else{
$(".areaName").html('面积:'); $(".areaName").html('面积:');
...@@ -984,7 +984,7 @@ if (isset($publish_block) && !empty($publish_block)) { ...@@ -984,7 +984,7 @@ if (isset($publish_block) && !empty($publish_block)) {
if(renttype == '整租'){ if(renttype == '整租'){
$(".areaName").html('总面积:'); $(".areaName").html('总面积:');
}else{ }else{
$(".areaName").html('房面积:'); $(".areaName").html('房面积:');
} }
}else{ }else{
$(".areaName").html('面积:'); $(".areaName").html('面积:');
......
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