';
if (res.result[i].TRANSACTIONTYPE == "放租") {
html += '
租 HK $' + toPrice(Math.round(res.result[i].RENT)) + ' 元
';
html += '
( 租 MOP $' + toPrice(Math.round(res.result[i].MoRent)) + '元 )
';
} else if (res.result[i].TRANSACTIONTYPE == "吉售" || res.result[i].TRANSACTIONTYPE == "連約售") {
if (res.result[i].PRICE >= 10000) {
html += '
售 HK $' + priceSwitch(((res.result[i].PRICE) / 10000).toFixed(2)) + ' 億
';
html += '
( 售 MOP $' + priceSwitch(((res.result[i].MoPrice) / 10000).toFixed(2)) + '億 )
';
}
else {
html += '
售 HK $' + toPrice(Math.round(res.result[i].PRICE)) + ' 萬
';
html += '
( 售 MOP $' + toPrice(Math.round(res.result[i].MoPrice)) + '萬 )
';
}
} else if (res.result[i].TRANSACTIONTYPE == "租售") {
if (res.result[i].PRICE >= 10000) {
html += '
售 HK $' + priceSwitch(((res.result[i].PRICE) / 10000).toFixed(2)) + ' 億
';
html += '
( 售 MOP $' + priceSwitch(((res.result[i].MoPrice) / 10000).toFixed(2)) + '億 )
';
}
else {
html += '
售 HK $' + toPrice(Math.round(res.result[i].PRICE)) + ' 萬
';
html += '
( 售 MOP $' + toPrice(Math.round(res.result[i].MoPrice)) + '萬 )
';
}
html += '
租 HK $' + toPrice(Math.round(res.result[i].RENT)) + ' 元
';
html += '
( 租 MOP $' + toPrice(Math.round(res.result[i].MoRent)) + '元 )
';
}
html += '

分享我
';
html += '