浏览代码

111111111

qihanjiao 7 年之前
父节点
当前提交
725d395e09
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      aiberle/pro-details.html
  2. 1 1
      aiberle/pro-list.html

+ 1 - 1
aiberle/pro-details.html

@@ -302,7 +302,7 @@
 				count = 0;
 				//mask.show(); //显示遮罩层
 				//在body尾部增加-产品颜色列表父级ul
-				$("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><div class="mui-scroll" style="top: 0;background-color: #fff;min-height: 100%;"><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no" style="margin-bottom: 50px;"></ul><button class="mui-btn my-btn-buy-cancel">取消</button><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button></div></div>');
+				$("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><div class="mui-scroll" style="top: 0;background-color: #fff;min-height: 100%;"><br/><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no" style="margin-bottom: 50px;"></ul><button class="mui-btn my-btn-buy-cancel">取消</button><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button></div></div>');
 				$.ajax(base_path + '/wechat/product/selectProductColor?dates=' + new Date().getTime(), {
 					data: {
 						"productId": productId //productId产品id

+ 1 - 1
aiberle/pro-list.html

@@ -421,7 +421,7 @@
 				var th = $(this);
 				//mask.show(); //显示遮罩层
 				//在body尾部增加-产品颜色列表父级ul
-				$("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><br/><div class="mui-scroll" style="top: 0;background-color: #fff;min-height: 100%;"><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no" style="margin-bottom: 50px;"></ul><button class="mui-btn my-btn-buy-cancel">取消</button><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button></div></div>');
+				$("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><div class="mui-scroll" style="top: 0;background-color: #fff;min-height: 100%;"><br/><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no" style="margin-bottom: 50px;"></ul><button class="mui-btn my-btn-buy-cancel">取消</button><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button></div></div>');
 				$.ajax(base_path + '/wechat/product/selectProductColor?dates=' + new Date().getTime(), {
 					data: {
 						"productId": th.attr("name") //productId产品id