This commit is contained in:
zoujiandong
2025-07-17 09:05:31 +08:00
parent 6e84da988c
commit dc39275e6e
88 changed files with 316 additions and 541 deletions
+4 -4
View File
@@ -97,8 +97,8 @@ const _sfc_main = {
e: common_vendor.t(numInfo.article_num),
f: common_vendor.t(numInfo.video_num),
g: common_vendor.t(numInfo.video_read_num + numInfo.article_read_num),
h: numInfo.article_num > 0
}, numInfo.article_num > 0 ? {
h: numInfo.article_num + numInfo.video_num >= 5
}, numInfo.article_num + numInfo.video_num >= 5 ? {
i: common_vendor.p({
src: common_vendor.unref(common_assets.myFile),
width: "34rpx",
@@ -122,8 +122,8 @@ const _sfc_main = {
size: "18"
}),
n: common_vendor.o(goCert),
o: hospitalInfo.video_read_num > 0 || hospitalInfo.article_read_num > 0
}, hospitalInfo.video_read_num > 0 || hospitalInfo.article_read_num > 0 ? {
o: hospitalInfo.video_num > 0 + hospitalInfo.article_num >= 20
}, hospitalInfo.video_num > 0 + hospitalInfo.article_num >= 20 ? {
p: common_vendor.p({
src: common_vendor.unref(common_assets.myHospital),
width: "39rpx",