|
@@ -424,7 +424,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="max-height:100%;bottom: 0;background-color: #fff;"><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no"></ul><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button><button class="mui-btn my-btn-buy-cancel">取消</button></div></div>');
|
|
|
+ $("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><br/><div class="mui-scroll" style="max-height:100%;bottom: 0;background-color: #fff;"><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no"></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
|