...
|
...
|
@@ -167,7 +167,7 @@ $(document).ready(function() { |
|
|
|
|
|
// $('#recommend-List').append(title);
|
|
|
singltItem = title + content + ` </div>
|
|
|
<button class='title-btn' onClick="setLearingContentId(${res.data[i].id})">下一步骤></button>
|
|
|
<button class='title-btn' onClick="setLearingContentId(1)">下一步骤></button>
|
|
|
</div>
|
|
|
</div>`
|
|
|
$('#recommend-List').append(singltItem);
|
...
|
...
|
|