111
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user