Переглянути джерело

二维码弹窗样式适配

zhangdehua 9 місяців тому
батько
коміт
a9274b0b48
2 змінених файлів з 3 додано та 2 видалено
  1. 2 1
      app/index/view/index/index.html
  2. 1 1
      public/assets/index/css/index.css

+ 2 - 1
app/index/view/index/index.html

@@ -436,7 +436,8 @@
             })
         });
 
-        $('#closeBtn').on(tap,function (){
+        $('#closeBtn').on(tap,function (event){
+            event.preventDefault();
             $("#shareModalQrcode").hide(0)
         })
 

+ 1 - 1
public/assets/index/css/index.css

@@ -189,7 +189,7 @@ body{
     align-items: center;
 }
 .goodsShareBotton img{
-    width: .54rem;
+    width: .74rem;
 }
 #shareModal{
     position: fixed;