2023-3-13

余额
我的收藏
我的云链
This commit is contained in:
2023-03-13 18:14:28 +08:00
parent 1d7fb7b745
commit a1f44d5c93
7 changed files with 188 additions and 59 deletions

View File

@@ -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',