Commit 434c270a authored by zhangtao's avatar zhangtao

租房面积提示文字修改

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