记得上下班打卡 | git大法好,push需谨慎

Commit 7557b567 authored by dongchun's avatar dongchun

精选商品回显类型

parent 2c3b2442
...@@ -215,8 +215,8 @@ ...@@ -215,8 +215,8 @@
creatDom(1); creatDom(1);
return; return;
} }
$("input[name="+data[0].orderType+"]").attr('checked', true).parent().siblings().children().removeAttr('checked'); $("input[name='optionsRadios'][value="+data[0].orderType+"]").attr('checked', 'checked').parent().siblings().children().removeAttr('checked');
// $("input[name='selectType'][value='1']").attr("checked", "checked").siblings().removeAttr('checked');
createTime = data[0].createTime; createTime = data[0].createTime;
mid = data[0].mid; mid = data[0].mid;
selectGoodsId = data[0].selectGoodsId; selectGoodsId = data[0].selectGoodsId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment