HuaJingwen 6 lat temu
rodzic
commit
ebf58b3829
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      dist/index.js
  2. 1 1
      index.css

+ 2 - 2
dist/index.js

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

+ 1 - 1
index.css

192
     font-size: 13px;
192
     font-size: 13px;
193
 }
193
 }
194
 .details-wrapper .info .before-price > span{
194
 .details-wrapper .info .before-price > span{
195
-    text-decoration:line-through
195
+    text-decoration: line-through;
196
 }
196
 }
197
 .details-wrapper .desc{
197
 .details-wrapper .desc{
198
     font-size: 15px;
198
     font-size: 15px;