Authored by yyq

factory_goods_name

... ... @@ -158,7 +158,7 @@
{{/if_cond}}
</td>
<td class="border-top color-size">
颜色:<span class="color">{{color_name}}</span>
颜色:<span class="color">{{factory_goods_name}}</span>
尺码:<span class="size">{{size_name}}</span>
</td>
<td class="border-top price">
... ...
... ... @@ -56,7 +56,7 @@ module.exports = (req, res, next) => {
_.includes(PATH_WHITE_LIST, req.path) || req.xhr || !_.isEmpty(_.get(req, 'user.uid'));
const enabled = !_.get(req.app.locals, 'pc.sys.noLimiter');
logger.info(`request remote ip: ${remoteIp}; excluded: ${excluded}; enabled: ${enabled}`);
logger.debug(`request remote ip: ${remoteIp}; excluded: ${excluded}; enabled: ${enabled}`);
// 判断获取remoteIp成功,并且开关未关闭
if (enabled && remoteIp && !excluded) {
... ...