Prechádzať zdrojové kódy

功能介绍页图片修改

raolu 6 rokov pred
rodič
commit
444b66f81d

BIN
html/introduction/images/yszx.png


+ 1 - 1
html/qygl/css/signing-share.css

@ -1,5 +1,5 @@
#share_bg_img { width: 100%; height: 100%; }
#require_sign { position: fixed; bottom: 10px; right: 10px;width: 65px;height: 65px;}
#require_sign { position: fixed; bottom: 80px; right: 10px;width: 65px;height: 65px;}
#introduce_guide { position: absolute; top: 0; right: 0; width: 80px; height: 84px; z-index: 200;}
#introduce_text { position: absolute; top: 60px; right: 0px; width: 150px; color: #fff; z-index: 200;}
#overlay_pop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 100; }

+ 8 - 3
html/qygl/html/signing-welcome.html

@ -11,8 +11,8 @@
		<link rel="stylesheet" type="text/css" href="../css/signing-share.css" />
	</head>
	<body>
		<img id="share_bg_img" src="../images/signing-share-bg.png" />
		<img id="require_sign" src="../images/woyaoqianyue_icon.png"/>
		<img id="share_bg_img" src="../images/guanzhu-info.png" />
		<!--<img id="require_sign" src="../images/woyaoqianyue_icon.png"/>-->
		<script type="text/javascript" src="../../../js/jquery/2.1.3/jquery.js"></script>
		<script src="../js/underscore.js"></script>
		<script src="../js/es6-promise.js"></script>
@ -20,6 +20,11 @@
		<script src="../../../js/common_http.js" type="text/javascript" charset="utf-8"></script>
		<script src="../../../widget/artDialog/6.0.5/js/dialog-plus.min.js"></script>
		<script src="../../../js/weixin_common.js"></script>
		<script src="../js/signing-welcome.js?v=1341"></script>
		<!--<script src="../js/signing-welcome.js?v=1341"></script>-->
		<script>
		    $("#require_sign").on('click', function(){
		        window.location.href = "../../yszx/html/select-consult-doctor.html";
		    });
		</script>
	</body>
</html>

BIN
html/qygl/images/guanzhu-info.png


+ 3 - 3
html/qygl/js/consulting-doctor.js

@ -604,7 +604,7 @@ function viewImg(dom) {
}
//微信上传图片
function chooseImageWx(){
    dd.showModal();
//  dd.showModal();
    wx.chooseImage({
        count: 3,
        success: function (res) {
@ -660,7 +660,7 @@ function uploadImage(){
}
//保存图片
function sendImages(){
    dd.showModal();
    var now = new Date();
    //清空images
    images = [];
@ -1111,7 +1111,7 @@ function videoFileChange(target) {
}
//上传视频
function uploadVideo(){
    dd.showModal();
//  dd.showModal();
    var fd=new FormData();
    fd.append('file',document.getElementById("upload_input").files[0]);
    $.ajax(server+"/upload/chat?type=4", {