...
|
...
|
@@ -1127,7 +1127,7 @@ $(document).on("click", "#sub_btn", function () { |
|
|
};
|
|
|
if(couponCodes.indexOf(code)>-1&&Bll.contentDatas[currIndex].length>200){
|
|
|
console.log("领券中心楼层不超过200个",Bll.contentDatas[currIndex].length);
|
|
|
common.util.__tip("领券中心楼层不超过200个");
|
|
|
common.util.__tip("领券中心楼层不超过200个,当前楼层数:"+Bll.contentDatas[currIndex].length);
|
|
|
return false;
|
|
|
}
|
|
|
for (var i = 0; i < Bll.contentDatas[currIndex].length; i++) {
|
...
|
...
|
|