楼盘表显示内容及是否可操作判断
Showing
11 changed files
with
82 additions
and
60 deletions
-
Please register or sign in to post a comment
... | ... | @@ -173,7 +173,8 @@ export default { |
break; | ||
case "B8": | ||
this.$popupDialog('楼盘表', 'lpb/index', { | ||
bsm: '' | ||
bsm: '', | ||
onlyShow: true, | ||
}, '90%', true) | ||
break; | ||
case "back": //退回按钮 | ||
... | ... |
... | ... | @@ -306,6 +306,7 @@ |
ywPopupDialog('楼盘表', 'lpb/index', { | ||
bsm: item.bsm, | ||
bsmSqyw:this.sqywInfo.bsmSqyw, | ||
onlyShow: false, | ||
scyclx:1 | ||
}, '85%', true,false) | ||
}, | ||
... | ... |