1004749546@qq.com 4 سال پیش
والد
کامیت
b0806ed0bf

BIN
新模板/新年活动 - new/qbyc - 冬季活动/qbyc - 冬季活动.zip


+ 5 - 1
新模板/新年活动 - new/qbyc - 冬季活动/script.js

@@ -333,8 +333,9 @@ function onLoading() {
 window.onload = function() {
 	
 	// 单击查看门店
-	$("#showStore").click(function() {
+	$("#showStore").click(function(e) {
 		var _this = this
+		e.stopPropagation()
 		// 获取门店列表 
 		console.log(!browser.versions.weixin,'!browser.versions.weixin')
 		if (!browser.versions.weixin){ // 不是微信端打开的页面
@@ -350,6 +351,9 @@ window.onload = function() {
 			})
 			$(_this).hide()
 		})
+		$(".store-info-list").scroll(function(e){
+			window.event? window.event.cancelBubble = true : e.stopPropagation()
+		})
 	})
 	// 关闭查看门店
 	$("#close-store,.mask").click(function(e) {

+ 1 - 1
新模板/新年活动 - new/qbyc - 冬季活动/tpl.html

@@ -400,7 +400,7 @@
 			flex-direction: column;
 			box-shadow: 0em 0em 1em #333;
 			width: 100%;
-			height: 60%;
+			height: 70%;
 		}
 		.zy-h5-store-info .arrow-up{
 			display: block;