7.29
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user