This commit is contained in:
zoujiandong
2025-07-29 15:37:31 +08:00
parent c542b5e0ed
commit d292fec408
15 changed files with 155 additions and 42 deletions
+2 -2
View File
@@ -75,9 +75,9 @@ Page({
type:3
}).then(result => {
console.log(result);
if (result < 2) {
if (result < 5) {
wx.showToast({
title: '病例审核通过2份及以上可申请病例交流活动',
title: '病例审核通过5份及以上可申请病例交流活动',
icon: 'none'
})
} else {