Authored by shuaiguo

Merge branch 'hotfix/agreement-privacy' into 'release/agreement-privacy'

隐私条款更新及样式bug修改



See merge request !441
... ... @@ -73,7 +73,7 @@ exports.detail = (req, res, next) => {
}
if (+req.query.id === 256) {
protocolUrl = 'https://cdn.yoho.cn/yohobuy/pdf/YOHO!BUY有货隐私条款.pdf';
protocolUrl = 'https://cdn.yoho.cn/yohobuy/pdf/有货隐私条款(2019.8.7).pdf';
}
if (result.newData.data.menuData.length === 0) {
... ...
... ... @@ -108,6 +108,11 @@
max-width: 100%;
}
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
}
.problem-li {
... ...