Commit b65f6019 authored by zhangtao's avatar zhangtao

租房面积提示文字修改

parent 9dd89381
......@@ -832,7 +832,7 @@ if (isset($publish_block) && !empty($publish_block)) {
}
}
var renttype = $('input[name=renttype]').val();
var renttype = $('input[name=renttype]:checked').val();
if (infotype == 1){
if(renttype == '整租'){
$(".areaName").html('总面积:');
......@@ -977,7 +977,7 @@ if (isset($publish_block) && !empty($publish_block)) {
});
function areaName(){
var renttype = $('input[name=renttype]').val();
var renttype = $('input[name=renttype]:checked').val();
console.log(renttype);
var infotype = $('input[name=infotype]').val();
if (infotype == 1){
......
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