|
@@ -402,11 +402,11 @@
|
|
|
retunn
|
|
|
}
|
|
|
if (window.location.host.indexOf("test") > -1) {
|
|
|
- imgSrc += "https://web2-qmxtest.jianyu360.cn"
|
|
|
+ imgSrc = "https://web2-qmxtest.jianyu360.cn" + imgSrc
|
|
|
} else if (window.location.host.indexOf("com") > -1) {
|
|
|
- imgSrc += "https://www.qmx.top"
|
|
|
+ imgSrc = "https://www.qmx.top" + imgSrc
|
|
|
}
|
|
|
- $("body").append('<div id="showImgDiv" onclick="$(this).remove()" style="background: #00000070;height: 100%;width: 100%;position: absolute;z-index: 9999;top: 0px;"><img style="margin-top: 3rem;padding: .3rem;" src="' + imgSrc + '"></div>')
|
|
|
+ $("body").append('<div id="showImgDiv" onclick="$(this).remove()" style="overflow-y:scroll;display: flex;background: #00000070;height: 100%;width: 100%;position: absolute;z-index: 9999;padding: .5rem;top: 0px;box-sizing: border-box;"><img src="' + imgSrc + '"></div>')
|
|
|
}
|
|
|
</script>
|
|
|
{{include "/common/baiducc.html"}}
|