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'
})
}