@@ -436,7 +436,8 @@
})
});
- $('#closeBtn').on(tap,function (){
+ $('#closeBtn').on(tap,function (event){
+ event.preventDefault();
$("#shareModalQrcode").hide(0)
@@ -189,7 +189,7 @@ body{
align-items: center;
}
.goodsShareBotton img{
- width: .54rem;
+ width: .74rem;
#shareModal{
position: fixed;