Browse Source

是否加密控制适配

master
kola-web 4 months ago
parent
commit
c1a2bd3477
  1. 2
      src/pages/article/index.ts

2
src/pages/article/index.ts

@ -68,7 +68,9 @@ Page({
showMsg: false, showMsg: false,
}) })
.then((res) => { .then((res) => {
if (res.chapter.content_encrypt === 1) {
res.chapter.Content = decryptData(res.chapter.Content); res.chapter.Content = decryptData(res.chapter.Content);
}
this.setData({ this.setData({
book: { book: {
...res.book, ...res.book,

Loading…
Cancel
Save