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

Commit b637853d authored by dongchun's avatar dongchun

修改创建券的时候的商品ID

parent 2b6de450
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
} }
if (typeOne == 2) { if (typeOne == 2) {
useScope = 80; useScope = 80;
busiId = showId; busiId = goodsId;
busiName = $("#searchIpt2").val() || '全部商品'; busiName = $("#searchIpt2").val() || '全部商品';
} }
if (typeOne == 0) { if (typeOne == 0) {
......
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