ニューキングロイヤルペッコルティア

ニューキングロイヤルペッコルティア

飼育難易度:
繁殖難易度:
混泳難易度:
水質
淡水 / 弱酸性
水温
None〜None℃
大きさ
約Nonecm (中型)
遊泳層
None

飼育のコツと説明

None

オスメスの見分け方

None

document.querySelectorAll('.fish-helpful-btn').forEach(button => { button.addEventListener('click', function() { const reviewId = this.dataset.id; fetch(`/Aqua_Navi/fish_review/${reviewId}/helpful/`, { method: 'POST', headers: { 'X-CSRFToken': 'BU6S4Dus5yVvrUHmgO5YQuCNNY51neYkg145nnaLDh5SnJx3oiMQo4GLdHUSf85E' }, }) .then(res => res.json()) .then(data => { if (data.status === 'ok') { this.querySelector('.helpful-count').textContent = data.count; // btn-aqua(ブロンズ色)とアウトラインを切り替え this.classList.toggle('btn-aqua'); this.classList.toggle('btn-outline-secondary'); } }); }); });