HuaJingwen 6 years ago
parent
commit
ebf58b3829
2 changed files with 3 additions and 3 deletions
  1. 2 2
      dist/index.js
  2. 1 1
      index.css

+ 2 - 2
dist/index.js

@@ -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');

+ 1 - 1
index.css

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