|
@@ -467,8 +467,8 @@
|
|
|
var windowHeight = vars.find(e => {
|
|
|
return e.startsWith('windowHeight')
|
|
|
}) || ''
|
|
|
- $(".swiper-container").css("height", windowHeight);
|
|
|
- console.log("获取网页高度", windowHeight);
|
|
|
+ $(".swiper-container").css("height", windowHeight.substring(13, windowHeight.length));
|
|
|
+ console.log("获取网页高度",windowHeight.substring(13, windowHeight.length));
|
|
|
// $(".aaa").text(clientType.substring(11, clientType.length))
|
|
|
// let cardIp = getUrlParam('cardIp');
|
|
|
// console.log(cardIp)
|