Browse Source

爱贝源更新

wangxiaoming 6 years ago
parent
commit
dd42dae7dd

File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/brand_story.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/development_history.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/enterprise_dynamics.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/enterprise_dynamics_details.html


File diff suppressed because it is too large
+ 1 - 1
aiberle-os/html/zh-cn/index.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/pro_aiberle.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/pro_aiberle1.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/pro_aiberle2.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/pro_aiberle3.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/pro_water.html


File diff suppressed because it is too large
+ 2 - 1
aiberle-os/html/zh-cn/understanding_brands.html


File diff suppressed because it is too large
+ 29 - 14
aiberle/clearing.html


+ 8 - 2
aiberle/index.html

@@ -14,6 +14,12 @@
 			.year-dalog.active{-webkit-transform: translateY(0%);transform: translateY(0%);}
 			.year-dalog img{width: 100%;}
 		</style>
+	<script>
+		var d = new Date().getTime(); //当前时间戳
+		if (d > 1558627200000 && d <= 1560873599000) {
+			location.href = "20190618.html";
+		}
+	</script>
 	</head>
 	<body>
 		<header class="mui-bar mui-bar-nav" style="display: none;">
@@ -59,7 +65,7 @@
 			</div>
 			<ul class="mui-table-view mui-grid-view my-view-no" id="index-pro-list" style="padding-bottom: 0;">
 			</ul>
-			<div class="index-title" style="margin-top: 20px;">
+			<!--<div class="index-title" style="margin-top: 20px;">
 				<strong style="font-size: 16px;">产品配件</strong><span class="mui-pull-right go_pro_list" pos="bottom">
 					<font>More</font><span class="mui-icon mui-icon-arrowright"></span>
 				</span>
@@ -67,7 +73,7 @@
 			<div style="margin:8px 14px 30px 14px;">
 				<div id="index-pro-items" class="mui-segmented-control">
 				</div>
-			</div>
+			</div>-->
 		</div>
 		<ul id="menu">
 			<li><span class="iconfont icon-guanbi"></span></li>

+ 11 - 9
aiberle/pro-list.html

@@ -170,6 +170,8 @@
 				var parameter = {};
 				if(items != null) {
 					parameter["typeId"] = items;
+					parameter["pageSize"] = 100;
+					parameter["pageNO"] = 1;
 				}
 				$.ajax(base_path + '/wechat/product/productIndex?dates=' + new Date().getTime(), {
 					data: parameter,
@@ -234,15 +236,15 @@
 								}
 								var n = '';
 								mui(pro_list).each(function(index) {
-									var div = document.createElement('div');
-									div.className = 'index-title';
-									div.innerHTML = '<strong>' + this.productChildTypeName + '</strong>';
-									if(index == 0) {
-										table1.appendChild(div);
-									}
-									if(n != '' && this.productChildTypeName != n) {
-										table1.appendChild(div);
-									}
+//									var div = document.createElement('div');
+//									div.className = 'index-title';
+//									div.innerHTML = '<strong>' + this.productChildTypeName + '</strong>';
+//									if(index == 0) {
+//										table1.appendChild(div);
+//									}
+//									if(n != '' && this.productChildTypeName != n) {
+//										table1.appendChild(div);
+//									}
 									n = this.productChildTypeName;
 									var li = document.createElement('li');
 									li.setAttribute("name", this.productId);