Browse Source

编辑头像页面的样式修改,并解决第一次点击头像选择图片后再取消,然后再次点击修改图片时无法出现底部选择栏,直接跳转去拍照页面的问题。(取消后,直接在此刷新页面)

raolu 6 years ago
parent
commit
e520effade
2 changed files with 4 additions and 0 deletions
  1. 3 0
      html/grzx/html/my-detail.html
  2. 1 0
      html/grzx/js/my-detail.js

+ 3 - 0
html/grzx/html/my-detail.html

@ -21,6 +21,9 @@
    	.mui-scroll{
    		width: auto!important;
    	}
    	a{
    	    color: #fff;
    	}
    </style>
</head>
<body class="bgc-f3f3f3 no-user-select" onselectstart="return false">

+ 1 - 0
html/grzx/js/my-detail.js

@ -330,6 +330,7 @@ function clip_photo(){
            },
            cancel: function () {
                $("#content").removeClass("c-hide");
                window.location.reload();
            }
        });
    })