Authored by 毕凯

增加容错处理

... ... @@ -36,6 +36,9 @@ function getProductInfo(skn, promotionId) {
return;
}
console.log(res);
if (!panelTmpl) {
return;
}
if (res.code === 200) {
$chosePanel.html(panelTmpl(res.data));
chosePanel.show();
... ...