Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
13 changed files
with
116 additions
and
40 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) | ||
}, | ||
... | ... |