Commit 1131d310 by zhangleyuan

feat:处理学院已达上限的提示

parent fbcbba75
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-08-17 15:29:37
* @LastEditTime: 2021-08-17 16:27:31
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -102,7 +102,7 @@ class Axios {
content: "直播进行中,无法删除直播",
okText: "我知道了"
})
}else if(resultCode === 'NO_CREATE_STORE'){
}else if(resultCode === 'STORE_NUM_FULL'){
Modal.warning({
title:"提示",
content: "企业总学院数达到上限,无法继续创建。",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment