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
@@ -81,12 +81,12 @@ Page({
limitCount({
type:4
}).then(result=>{
if(result<4){
if(result<20){
this.handleGetSign()
}else{
wx.showToast({
title: '每人参与病例征集不得超过20例',
icon:'none'
})
}
+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 {