2023-3-13
余额 我的收藏 我的云链
This commit is contained in:
@@ -152,6 +152,17 @@
|
||||
};
|
||||
}
|
||||
let data = await Api.apiCall('post', Api.index.simpleReg, params);
|
||||
|
||||
if(data.data.code==500){
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
mask: true,
|
||||
title:data.data.data,
|
||||
duration: 2000
|
||||
|
||||
});
|
||||
return
|
||||
}
|
||||
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
|
||||
Reference in New Issue
Block a user