Przeglądaj źródła

二维码弹窗样式适配

zhangdehua 9 miesięcy temu
rodzic
commit
a9274b0b48

+ 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;