...
|
...
|
@@ -104,6 +104,7 @@ setTimeout(() => { |
|
|
if (data.studentPrice) {
|
|
|
data.studentPrice = Math.round(data.studentPrice.toString().replace('¥', ''));
|
|
|
}
|
|
|
|
|
|
$('#placeholder-pricedata').replaceWith(priceDataHbs(data));
|
|
|
|
|
|
$('#placeholder-infodata').replaceWith(infoDataHbs(data));
|
...
|
...
|
|