|
@@ -138,11 +138,11 @@
|
|
|
title.innerHTML = loaded_data.find(item => item.id === 4).name
|
|
|
var step;
|
|
|
for (step = 1; step <= 10; step++) {
|
|
|
- $(".txtsrc"+step).val() = obj.text_content[step-1]
|
|
|
+ $(".txtsrc"+step).val() ='22213'
|
|
|
}
|
|
|
var step2;
|
|
|
for (step2 = 1; step2 <= 10; step2++) {
|
|
|
- $(".imgsrc"+step2).val() = obj.img_urls[step2-1]
|
|
|
+ $(".imgsrc"+step2).val() ='22213'
|
|
|
}
|
|
|
|
|
|
}
|