Jelajahi Sumber

二维码弹窗样式适配

zhangdehua 9 bulan lalu
induk
melakukan
a9274b0b48
2 mengubah file dengan 3 tambahan dan 2 penghapusan
  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;