|
@@ -231,7 +231,7 @@ window.onload = function () {
|
231
|
231
|
copy_1 = document.getElementById("copy_1"),
|
232
|
232
|
toast = document.getElementById("toast")
|
233
|
233
|
;
|
234
|
|
- console.log(swiper);
|
|
234
|
+ // console.log(swiper);
|
235
|
235
|
if (res.errno == 0) {
|
236
|
236
|
data = res.rst.data;
|
237
|
237
|
imgList = res.rst.data.small_img;
|
|
@@ -273,7 +273,7 @@ window.onload = function () {
|
273
|
273
|
if (res.errno == 0) {
|
274
|
274
|
data = res.rst.data;
|
275
|
275
|
copy_2.innerHTML = data;
|
276
|
|
- console.log(copy_1);
|
|
276
|
+ // console.log(copy_1);
|
277
|
277
|
copy_1.value = data;
|
278
|
278
|
btn.addEventListener('click', function () {
|
279
|
279
|
// console.log('test');
|