This commit is contained in:
parent
c3d9853d29
commit
3ff76e7488
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ${renewHTML}
|
|||
subscriptionHTML += `<div class="b3-chip b3-chip--primary"><svg class="ft__secondary"><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.account10}</div>${renewHTML}`;
|
||||
}
|
||||
} else {
|
||||
if (window.siyuan.user.userSiYuanOneTimePayStatus === 0) {
|
||||
if (window.siyuan.user.userSiYuanOneTimePayStatus === 1) {
|
||||
subscriptionHTML = `<div class="b3-chip"><svg><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.onepay}</div>
|
||||
<div class="fn__hr--b"></div>${payHTML}`;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue