--no commit message
Showing
5 changed files
with
2 additions
and
4 deletions
-
Please register or sign in to post a comment
... | ... | @@ -271,7 +271,6 @@ |
}, | ||
created () { | ||
window.addEventListener("resize", this.getHeight); | ||
console.log(this.formData); | ||
this.getHeight(); | ||
}, | ||
mounted () { | ||
... | ... |
... | ... | @@ -311,11 +311,11 @@ |
} | ||
}, | ||
handleLpbClick (item) { | ||
console.log("item",item); | ||
this.$popup('楼盘表', 'lpb/index', { | ||
width: '85%', | ||
formData: { | ||
bsm: item.bsm, | ||
bsmSqyw:this.sqywInfo.bsmSqyw | ||
} | ||
}) | ||
... | ... |
... | ... | @@ -159,7 +159,6 @@ |
if (this.selectType == 'together') { | ||
getTogetherBiz().then(res => { | ||
if (res) { | ||
console.log("res", res); | ||
this.djqxList = res.result; | ||
} | ||
}) | ||
... | ... |
... | ... | @@ -37,6 +37,7 @@ |
* @param {*} view | ||
* @author: renchao | ||
*/ | ||
loadView (view) { | ||
return (r) => | ||
require.ensure([], () => r(require(`./components/${view}.vue`))); | ||
... | ... |